Home
last modified time | relevance | path

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

/xnu-8020.140.41/tests/
H A Dxnu_quick_test_getsetpriority.c21 my_priority = getpriority(PRIO_PROCESS, 0);
34 my_priority = getpriority(PRIO_PROCESS, 0);
/xnu-8020.140.41/bsd/man/man2/
H A DMakefile103 getpriority.2 \
/xnu-8020.140.41/bsd/sys/
H A Dresource.h628 int getpriority(int, id_t);
/xnu-8020.140.41/bsd/kern/
H A Dkern_resource.c191 getpriority(struct proc *curp, struct getpriority_args *uap, int32_t *retval) in getpriority() function