Home
last modified time | relevance | path

Searched refs:setitimer (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/tests/workq/ !
H A Dworkq_sigprof.c69 T_ASSERT_POSIX_ZERO(setitimer(ITIMER_PROF, &timerval, NULL), NULL);
/xnu-8020.101.4/bsd/sys/ !
H A Dtime.h254 int setitimer(int, const struct itimerval * __restrict,
/xnu-8020.101.4/bsd/man/man2/ !
H A DMakefile198 setitimer.2 \
/xnu-8020.101.4/bsd/kern/ !
H A Dkern_time.c386 setitimer(struct proc *p, struct setitimer_args *uap, int32_t *retval) in setitimer() function
/xnu-8020.101.4/tests/ !
H A Davx.c136 T_ASSERT_NE(setitimer(ITIMER_REAL, &timer, NULL), -1, NULL); in start_timer()