resolve deadlock problem between multi threads.
authorjy910.yun <jy910.yun@samsung.com>
Fri, 12 Apr 2013 13:38:18 +0000 (22:38 +0900)
committerjy910.yun <jy910.yun@samsung.com>
Fri, 12 Apr 2013 13:43:05 +0000 (22:43 +0900)
commitc0970715740a3f8765224399512c24daf27ae6a4
treed09162fd65160f7a0f62f8fe890b5ebbffcb4bbb
parentd155281e051481cc982be880d2337aa565e15a27
resolve deadlock problem between multi threads.

solution : the part of sending to system server is changed the position.
before sending part is in thread func.
this mean is that other process try to access same resource like socket.

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: Ibdb86e6b658a424f9591f08b64a6244aed8a3827
tizen/DEVICE/include/file.h
tizen/DEVICE/src/file.c
tizen/DEVICE/src/haptic.c