Apply cpu priority inheritance 29/276829/4
authorIlho Kim <ilho159.kim@samsung.com>
Mon, 27 Jun 2022 04:39:43 +0000 (13:39 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Fri, 1 Jul 2022 02:26:26 +0000 (11:26 +0900)
commitf604db775ee7695e5c7ce8f41fc3d4aff30eda7a
tree44a45a2cb3c73f6ba3e1ad3ba599f4afcb1eea6d
parentd7139bea82b3f0b6e790ae460e97d01f0c200456
Apply cpu priority inheritance

If a process with a high cpu priority attempts IPC with a non cpu boosting process
the high cpu priority of the process becomes useless
To improve the priority inversion problem
apply cpu priority inheritance to pkginfo-server

Change-Id: I05414234f147d360ce63820b53edbbabda872aad
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
CMakeLists.txt
packaging/pkgmgr-info.spec
src/client/pkginfo_client.cc
src/client/pkginfo_client.hh
src/server/runner.cc
src/server/runner.hh