tpl_wayland_egl_thread: modified the tdm_source to be destroyed in the thread. 95/151895/5
authorjoonbum.ko <joonbum.ko@samsung.com>
Thu, 21 Sep 2017 03:15:54 +0000 (12:15 +0900)
committerjoonbum.ko <joonbum.ko@samsung.com>
Mon, 25 Sep 2017 02:53:52 +0000 (11:53 +0900)
commit0224a1f5c4f59a7db474006da5afddf8bccd4a54
tree56563867d9a1dad6a1f5976c56d788f043e4cf22
parent602180f557374fe8f6f3334d672b684cb720fdcc
tpl_wayland_egl_thread: modified the tdm_source to be destroyed in the thread.

 - The tdm_source is created in the thread.
 - The tdm_del_source is created in the main thread after the tdm_source is created.
 - When twe_thread_destroy() is called, the tdm_source is destroyed in the thread
  by triggering an event on tdm_del_source.

Change-Id: Icc88a9b92e446071d3776191fc120153a4c62502
Signed-off-by: joonbum.ko <joonbum.ko@samsung.com>
src/tpl_wayland_egl_thread.c