Searched refs:getpriority (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/tests/ |
| H A D | game_mode_unentitled.c | 57 T_ASSERT_POSIX_SUCCESS(getpriority(PRIO_DARWIN_GAME_MODE, 0), 66 T_EXPECT_POSIX_FAILURE(getpriority(PRIO_DARWIN_GAME_MODE, 0), EPERM,
|
| H A D | xnu_quick_test_getsetpriority.c | 21 my_priority = getpriority(PRIO_PROCESS, 0); 34 my_priority = getpriority(PRIO_PROCESS, 0);
|
| H A D | game_mode.c | 55 int game_mode = getpriority(PRIO_DARWIN_GAME_MODE, 0); in check_game_mode()
|
| /xnu-10063.141.1/bsd/man/man2/ |
| H A D | Makefile | 104 getpriority.2 \
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | resource.h | 694 int getpriority(int, id_t);
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_resource.c | 193 getpriority(struct proc *curp, struct getpriority_args *uap, int32_t *retval) in getpriority() function
|