thread: Do not send a value of sync as '1' to display thread (quick-fix) 11/178811/2
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 14 May 2018 06:12:41 +0000 (15:12 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Mon, 14 May 2018 06:22:48 +0000 (15:22 +0900)
commit1077efadd285a710bef44551fed5c00395336b22
tree1d405325cb633cbea9bda153c2892566ed9a362b
parentfcd7abd856196116815e6a205a6e628b77bca3e3
thread: Do not send a value of sync as '1' to display thread (quick-fix)

Sync type event from display-thread(main thread) can't be handled. In this way,
if we call tdm_thread_send_cb() with 'cb_base->sync = 1', then libtdm will
eveventually raise abort().
Please see commit '4abfab36' for more detail.

Change-Id: Ia588141fc9e752753dbe04fda835c5532839d95e
src/tdm_thread.c