Add cpu priority inheritance 22/277022/8
authorChanggyu Choi <changyu.choi@samsung.com>
Wed, 29 Jun 2022 07:26:30 +0000 (16:26 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Fri, 1 Jul 2022 01:59:50 +0000 (10:59 +0900)
commitb67f9e7e9a31a6b2ff4f2867d2c63edd9fda7209
treec79d74ed0183d83e9a48cd681b3f7a129e4a0748
parenta3b88f3c7e885b6700bfd17a85a840f03f08c3da
Add cpu priority inheritance

To improve performance in case of IPC call,
the cpu priority is inherited from caller process.
When calling register_cpu_inheritance_destination(),
it can be inherited cpu priority from caller.

Requires:
 - https://review.tizen.org/gerrit/c/platform/core/appfw/amd/+/276948

Change-Id: Ie4ed308f299efc0f76db465d3b824adeec6c1555
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
CMakeLists.txt
packaging/launchpad.spec
src/launchpad-process-pool/CMakeLists.txt
src/launchpad-process-pool/src/launchpad.c