Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtime.h106 struct itimerval { struct
249 int getitimer(int, struct itimerval *);
254 int setitimer(int, const struct itimerval * __restrict,
255 struct itimerval * __restrict);
H A Dproc_internal.h337 struct itimerval p_realtimer; /* Alarm timer. (PSL) */
339 struct itimerval p_vtimer_user; /* Virtual timers.(PSL) */
340 struct itimerval p_vtimer_prof; /* (PSL) */
841 int itimerdecr(struct proc * p, struct itimerval *itp, int usec);
H A Dproc.h133 struct itimerval p_realtimer; /* Alarm timer. */
/xnu-8019.80.24/tests/
H A Dworkq_sigprof.c60 struct itimerval timerval = {
H A Davx.c127 struct itimerval timer = { in start_timer()
/xnu-8019.80.24/bsd/kern/
H A Dkern_time.c315 struct itimerval aitv; in getitimer()
388 struct itimerval aitv; in setitimer()
652 struct itimerval *itp, int usec) in itimerdecr()