Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.h343 struct itimerval p_realtimer; /* Alarm timer. (PSL) */
345 struct itimerval p_vtimer_user; /* Virtual timers.(PSL) */
346 struct itimerval p_vtimer_prof; /* (PSL) */
901 int itimerdecr(struct proc * p, struct itimerval *itp, int usec);
H A Dproc.h134 struct itimerval p_realtimer; /* Alarm timer. */
/xnu-10063.141.1/tests/
H A Dsetitimer.c243 struct itimerval itime = {
296 struct itimerval itime_stop = {
654 struct itimerval prof_timer = {
696 struct itimerval prof_timer = {
740 struct itimerval prof_timer = {
H A Davx.c127 struct itimerval timer = { in start_timer()
/xnu-10063.141.1/tests/workq/
H A Dworkq_sigprof.c63 struct itimerval timerval = {
/xnu-10063.141.1/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()