HomeSort by relevance Sort by last modified time
    Searched refs:SET_HIGH_PRIORITY (Results 1 - 2 of 2) sorted by null

  /external/lz4/programs/
util.h 78 # define SET_HIGH_PRIORITY SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS)
86 # define SET_HIGH_PRIORITY setpriority(PRIO_PROCESS, 0, -20)
88 # define SET_HIGH_PRIORITY /* disabled */
97 # define SET_HIGH_PRIORITY /* disabled */
bench.c 396 SET_HIGH_PRIORITY;

Completed in 100 milliseconds