Fix deadlock issue of AsyncTaskThread 72/287072/1
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 19 Jan 2023 08:46:20 +0000 (17:46 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 19 Jan 2023 08:46:28 +0000 (17:46 +0900)
commit566b45a11987fa4532ea60e9e2fc633494f3217f
tree29729a534a641909494b734e3b9749c4eceb13f5
parentc122808ffbd038b9303b159313cc2a1e3925d0e9
Fix deadlock issue of AsyncTaskThread

mDestroyThread may be changed to true after while(!mDestroyThread)
because we don't lock the part.

Change-Id: Icf9c60cd865d73f1648a354331689df8284d5964
dali/internal/system/common/async-task-manager-impl.cpp