Searched refs:setitimer (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/tests/workq/ ! |
| H A D | workq_sigprof.c | 69 T_ASSERT_POSIX_ZERO(setitimer(ITIMER_PROF, &timerval, NULL), NULL);
|
| /xnu-8020.101.4/bsd/sys/ ! |
| H A D | time.h | 254 int setitimer(int, const struct itimerval * __restrict,
|
| /xnu-8020.101.4/bsd/man/man2/ ! |
| H A D | Makefile | 198 setitimer.2 \
|
| /xnu-8020.101.4/bsd/kern/ ! |
| H A D | kern_time.c | 386 setitimer(struct proc *p, struct setitimer_args *uap, int32_t *retval) in setitimer() function
|
| /xnu-8020.101.4/tests/ ! |
| H A D | avx.c | 136 T_ASSERT_NE(setitimer(ITIMER_REAL, &timer, NULL), -1, NULL); in start_timer()
|