e_input: use recursive mutex 41/300441/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 24 Oct 2023 11:47:32 +0000 (20:47 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 25 Oct 2023 05:20:05 +0000 (14:20 +0900)
commit2bdffd1498eddeac5b270c99d99472816c80e573
treebfe9acfbcd9a717f6aae271f58781f9b1768d467
parent497e5e4e77cc7abc58e508989d4069af1941b502
e_input: use recursive mutex

It is possible to lock a GRecMutex multiple times in the same thread without deadlock

Change-Id: I960b0c2a465255b6ba142a62aa781445f414dc45
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
17 files changed:
src/bin/e_client.c
src/bin/e_comp.c
src/bin/e_comp.h
src/bin/e_comp_object.c
src/bin/e_comp_wl.c
src/bin/e_comp_wl.h
src/bin/e_compositor.c
src/bin/e_devicemgr.c
src/bin/e_devicemgr.h
src/bin/e_devicemgr_input.c
src/bin/e_focus_policy_history.c
src/bin/e_focus_policy_topmost.c
src/bin/e_input.h
src/bin/e_input_device.c
src/bin/e_input_evdev.c
src/bin/e_input_private.h
src/bin/e_keyrouter_wl.c