Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/
H A Dsetitimer.c274 rv = setitimer(ITIMER_PROF, &itime, NULL);
335 rv = setitimer(ITIMER_PROF, &itime_stop, NULL);
727 int ret = setitimer(ITIMER_PROF, &prof_timer, NULL);
762 int ret = setitimer(ITIMER_PROF, &prof_timer, NULL);
842 ret = setitimer(ITIMER_PROF, &prof_timer, NULL);
/xnu-12377.41.6/tests/workq/
H A Dworkq_sigprof.c67 T_ASSERT_POSIX_ZERO(setitimer(ITIMER_PROF, &timerval, NULL), NULL);
/xnu-12377.41.6/bsd/kern/
H A Dkern_time.c318 if (uap->which > ITIMER_PROF) { in getitimer()
352 case ITIMER_PROF: in getitimer()
395 if (uap->which > ITIMER_PROF) { in setitimer()
464 case ITIMER_PROF: in setitimer()
/xnu-12377.41.6/bsd/sys/
H A Dtime.h119 #define ITIMER_PROF 2 macro