Home
last modified time | relevance | path

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

/xnu-12377.81.4/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.h342 struct itimerval p_realtimer; /* Alarm timer. (PSL) */
344 struct itimerval p_vtimer_user; /* Virtual timers.(PSL) */
345 struct itimerval p_vtimer_prof; /* (PSL) */
968 int itimerdecr(struct proc * p, struct itimerval *itp, int usec);
H A Dproc.h134 struct itimerval p_realtimer; /* Alarm timer. */
/xnu-12377.81.4/tests/sched/
H A Dsetitimer.c261 struct itimerval itime = {
322 struct itimerval itime_stop = {
723 struct itimerval prof_timer = {
758 struct itimerval prof_timer = {
824 struct itimerval prof_timer = {
/xnu-12377.81.4/tests/workq/
H A Dworkq_sigprof.c63 struct itimerval timerval = {
/xnu-12377.81.4/bsd/kern/
H A Dkern_time.c316 struct itimerval aitv; in getitimer()
389 struct itimerval aitv; in setitimer()
483 struct itimerval real_itv, vuser_itv, vprof_itv; in proc_inherit_itimers()
700 struct itimerval *itp, int usec) in itimerdecr()
/xnu-12377.81.4/tests/
H A Davx.c127 struct itimerval timer = { in start_timer()