Home
last modified time | relevance | path

Searched refs:SET_HIGH_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/external/lz4/programs/
Dutil.h78 # define SET_HIGH_PRIORITY SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS) macro
86 # define SET_HIGH_PRIORITY setpriority(PRIO_PROCESS, 0, -20) macro
88 # define SET_HIGH_PRIORITY /* disabled */ macro
97 # define SET_HIGH_PRIORITY /* disabled */ macro
Dbench.c396 SET_HIGH_PRIORITY; in BMK_benchCLevel()