thread: fix deadlock issue 64/171064/2
authorBoram Park <boram1288.park@samsung.com>
Mon, 26 Feb 2018 06:38:41 +0000 (15:38 +0900)
committerBoram Park <boram1288.park@samsung.com>
Mon, 26 Feb 2018 23:50:59 +0000 (08:50 +0900)
commit20a81eedd3756b10a5190b0c158aac753f8dc32e
treef7fb160c56486315f603788f7673272d5c604f5d
parent5d2ab50d17d3c9ca3efefb4373441c8faf23cba4
thread: fix deadlock issue

when there are callbacks in cb_list[0] and cb_list[1], display-thread and tdm-
thread are slept in pthread_cond_wait.

Change-Id: If5d459b5f8579fcbf05765de12f76cca548de6eb
src/tdm_thread.c