Fixed the deadlock issue 35/175435/1
authorInHong Han <inhong1.han@samsung.com>
Mon, 9 Apr 2018 10:52:31 +0000 (19:52 +0900)
committerInHong Han <inhong1.han@samsung.com>
Tue, 10 Apr 2018 07:42:44 +0000 (16:42 +0900)
commit9a3dd0b76cb293e3ab00592ee6886fae89360a0a
tree9c2c5dcd04b8a64ebd0679081f230750cf1cd015
parent4c401e8caf5dcc2f8d3ddf6456bb27625928f307
Fixed the deadlock issue

The wl_display_roundtrip() uses the default queue of display.
Calling wl_display_roundtrip() from other thread may cause deadlock issue
because the done event has not been delivered.

Change-Id: I0991e431d100d027680dbf2234fad77a1702d903
ism/extras/wayland_immodule/wayland_imcontext.c