tethering: create a thread to handle messages. 45/23045/7
authorKitae Kim <kt920.kim@samsung.com>
Mon, 16 Jun 2014 06:31:02 +0000 (15:31 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Wed, 18 Jun 2014 04:53:16 +0000 (13:53 +0900)
commit1a34d7d49a272e4f88859746fed6724455d0de17
tree0db00f1f54788442daa99f0f7c3e16c14f11443b
parent26ea84e1b74e3e24964e065142d01519372f1ffb
tethering: create a thread to handle messages.

qemu_set_fd_handler() registers callback functions to main-loop thread.
emulator might be slower or blocked when tethering messages are handled
if tethering module continues to use the handler function.

Change-Id: I9586fa6cb3eeb0f89a488aca0be9caa3b421988d
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/src/tethering/app_tethering.c