Modified the input thread to inherit the priority of the main thread 21/320321/1
authorInhong Han <inhong1.han@samsung.com>
Wed, 13 Nov 2024 05:54:35 +0000 (14:54 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 13 Nov 2024 06:34:47 +0000 (15:34 +0900)
commitf5b76668c21a8b1eaa4bd0c00f64e14c531dfa05
tree7524dde96c4cb30b71bdfaa830f935a5f4e281ef
parent0579a200783683bbd56a3ab6f2353549fc81244f
Modified the input thread to inherit the priority of the main thread

When calling the ecore_thread_feedback_run() API with try_no_queue set to false, it will be executed with a default priority.
And the booster can't apply boosting.

Change-Id: Iea4fcaee9eafb2aba5cbc15f9c0d152fcc5f1fbc
src/bin/inputmgr/e_input_backend.c