eina: mark thread by default as not cancellable as per Eina documentation.
authorCedric BAIL <cedric@osg.samsung.com>
Thu, 5 Apr 2018 17:39:30 +0000 (10:39 -0700)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 13:25:59 +0000 (22:25 +0900)
commit88a6bffad6f5c0e4322b55813fe64dc01e1263c8
tree56e0e89243c6ed34d9dced5ef5de3d8a372ae599
parent727931ae6bb473b80e31a92f6900f8c412f6dc20
eina: mark thread by default as not cancellable as per Eina documentation.

By default all Pthread are cancellable. This leads to strange behavior that
happen during shutdown and hasn't been figured out. Most likely fix for T6622.
src/lib/eina/eina_thread.c