Home
last modified time | relevance | path

Searched defs:SET_REALTIME_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lz4/programs/
H A Dutil.h104 # define SET_REALTIME_PRIORITY SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS) macro
112 # define SET_REALTIME_PRIORITY setpriority(PRIO_PROCESS, 0, -20) macro
114 # define SET_REALTIME_PRIORITY /* disabled */ macro
123 # define SET_REALTIME_PRIORITY /* disabled */ macro
/aosp_15_r20/external/zstd/programs/
H A Dutil.h48 # define SET_REALTIME_PRIORITY SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS) macro