Home
last modified time | relevance | path

Searched refs:PRIO_DARWIN_THREAD (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.81.2/libsyscall/wrappers/ !
H A Dsetpriority.c39 if (which == PRIO_DARWIN_THREAD && rv == -2) { in setpriority()
/xnu-8792.81.2/bsd/sys/ !
H A Dresource.h111 #define PRIO_DARWIN_THREAD 3 /* Second argument is always 0 (current thread) */ macro
/xnu-8792.81.2/tools/tests/zero-to-n/ !
H A Dzero-to-n.c728 errno_t ret = setpriority(PRIO_DARWIN_THREAD, 0, PRIO_DARWIN_BG); in worker_thread()
745 errno_t ret = setpriority(PRIO_DARWIN_THREAD, 0, 0); in worker_thread()
/xnu-8792.81.2/bsd/kern/ !
H A Dkern_resource.c259 case PRIO_DARWIN_THREAD: in getpriority()
446 case PRIO_DARWIN_THREAD: { in setpriority()