Searched refs:setitimer (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.1.9/tests/sched/ |
| H A D | setitimer.c | 137 T_DECL(setitimer, 268 rv = setitimer(ITIMER_REAL, &itime, NULL); 271 rv = setitimer(ITIMER_VIRTUAL, &itime, NULL); 274 rv = setitimer(ITIMER_PROF, &itime, NULL); 329 rv = setitimer(ITIMER_REAL, &itime_stop, NULL); 332 rv = setitimer(ITIMER_VIRTUAL, &itime_stop, 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);
|
| H A D | Makefile | 57 sched/setitimer: OTHER_LDFLAGS += $(SCHED_UTILS_FLAGS) -framework perfdata 58 sched/setitimer: $(SCHED_UTILS) 59 SCHED_TARGETS += sched/setitimer
|
| /xnu-12377.1.9/tests/workq/ |
| H A D | workq_sigprof.c | 67 T_ASSERT_POSIX_ZERO(setitimer(ITIMER_PROF, &timerval, NULL), NULL);
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | time.h | 260 int setitimer(int, const struct itimerval * __restrict,
|
| /xnu-12377.1.9/bsd/man/man2/ |
| H A D | Makefile | 203 setitimer.2 \
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_time.c | 387 setitimer(struct proc *p, struct setitimer_args *uap, int32_t *retval) in setitimer() function
|
| /xnu-12377.1.9/tests/ |
| H A D | avx.c | 136 T_ASSERT_NE(setitimer(ITIMER_REAL, &timer, NULL), -1, NULL); in start_timer()
|