Add blink feature for daemon processes 93/309293/6
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 8 Apr 2024 08:42:48 +0000 (17:42 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 8 Apr 2024 10:46:16 +0000 (19:46 +0900)
commitc4c77d457291869b63954caf89ae9bc43b623c8e
tree9c7a646b8477e42a69f22f78ee2c044b1ddf2829
parentc7ea394a9d05ce382430027eb431de48da143d26
Add blink feature for daemon processes

The term "blink" is utilized to denote momentary movement.
If the environmental variable "AUL_BLINK=1" is present, the AUL library will
initiate boosting for the process as soon as it is loaded.
The "AUL_BLINK_TIMEOUT" is a variable that enables the setting of
a time-out duration. The unit of measurement is milliseconds, with
a default value of 5000 milliseconds.

Change-Id: I93dd570b7d442d0033e409b2f9a6a352f864ccbd
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
packaging/aul.spec
src/CMakeLists.txt
src/aul/CMakeLists.txt
src/blink/CMakeLists.txt [new file with mode: 0644]
src/blink/aul_blink.cc [new file with mode: 0644]
src/blink/log_private.hh [new file with mode: 0644]