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

/freebsd-12-stable/sys/contrib/zstd/programs/
H A Dutil.h61 # define SET_REALTIME_PRIORITY SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS) macro
68 # define SET_REALTIME_PRIORITY setpriority(PRIO_PROCESS, 0, -20) macro
70 # define SET_REALTIME_PRIORITY /* disabled */ macro
79 # define SET_REALTIME_PRIORITY /* disabled */ macro

Completed in 102 milliseconds