Searched refs:ITIMER_PROF (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/tests/ |
| H A D | setitimer.c | 256 rv = setitimer(ITIMER_PROF, &itime, NULL); 309 rv = setitimer(ITIMER_PROF, &itime_stop, NULL); 658 int ret = setitimer(ITIMER_PROF, &prof_timer, NULL); 700 int ret = setitimer(ITIMER_PROF, &prof_timer, NULL); 758 ret = setitimer(ITIMER_PROF, &prof_timer, NULL);
|
| /xnu-10063.141.1/tests/workq/ |
| H A D | workq_sigprof.c | 67 T_ASSERT_POSIX_ZERO(setitimer(ITIMER_PROF, &timerval, NULL), NULL);
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_time.c | 317 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-10063.141.1/bsd/sys/ |
| H A D | time.h | 119 #define ITIMER_PROF 2 macro
|