Home
last modified time | relevance | path

Searched refs:itimerval (Results 1 – 7 of 7) sorted by relevance

/xnu-10002.1.13/bsd/sys/
H A Dtime.h108 struct itimerval { struct
251 int getitimer(int, struct itimerval *);
260 int setitimer(int, const struct itimerval * __restrict,
261 struct itimerval * __restrict);
H A Dproc_internal.h334 struct itimerval p_realtimer; /* Alarm timer. (PSL) */
336 struct itimerval p_vtimer_user; /* Virtual timers.(PSL) */
337 struct itimerval p_vtimer_prof; /* (PSL) */
888 int itimerdecr(struct proc * p, struct itimerval *itp, int usec);
H A Dproc.h134 struct itimerval p_realtimer; /* Alarm timer. */
/xnu-10002.1.13/tests/workq/
H A Dworkq_sigprof.c63 struct itimerval timerval = {
/xnu-10002.1.13/bsd/kern/
H A Dkern_time.c315 struct itimerval aitv; in getitimer()
388 struct itimerval aitv; in setitimer()
482 struct itimerval real_itv, vuser_itv, vprof_itv; in proc_inherit_itimers()
699 struct itimerval *itp, int usec) in itimerdecr()
/xnu-10002.1.13/tests/
H A Dsetitimer.c241 struct itimerval itime = {
294 struct itimerval itime_stop = {
H A Davx.c127 struct itimerval timer = { in start_timer()