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