Home
last modified time | relevance | path

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

/xnu-10002.1.13/tests/workq/
H A Dworkq_sigprof.c67 T_ASSERT_POSIX_ZERO(setitimer(ITIMER_PROF, &timerval, NULL), NULL);
/xnu-10002.1.13/bsd/kern/
H A Dkern_time.c317 if (uap->which > ITIMER_PROF) { in getitimer()
351 case ITIMER_PROF: in getitimer()
394 if (uap->which > ITIMER_PROF) { in setitimer()
463 case ITIMER_PROF: in setitimer()
/xnu-10002.1.13/bsd/sys/
H A Dtime.h119 #define ITIMER_PROF 2 macro
/xnu-10002.1.13/tests/
H A Dsetitimer.c254 rv = setitimer(ITIMER_PROF, &itime, NULL);
307 rv = setitimer(ITIMER_PROF, &itime_stop, NULL);