Searched refs:p_rtime (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_time.c282 * The real time interval timer expiration time (p_rtime)
318 if (timerisset(&p->p_rtime)) {
322 if (timercmp(&p->p_rtime, &now, <))
325 aitv.it_value = p->p_rtime;
399 microuptime(&p->p_rtime);
400 timevaladd(&p->p_rtime, &aitv.it_value);
402 if (!thread_call_enter_delayed(p->p_rcall, tvtoabstime(&p->p_rtime)))
405 timerclear(&p->p_rtime);
469 timerclear(&p->p_rtime);
478 timevaladd(&p->p_rtime,
[all...]
H A Dbsd_init.c844 p->p_rtime.tv_sec = p->p_rtime.tv_usec = 0;
H A Dkern_sysctl.c1478 bcopy(&p->p_rtime, &exp->p_rtime,sizeof(struct timeval));
1546 exp->p_rtime.tv_sec = p->p_rtime.tv_sec;
1547 exp->p_rtime.tv_usec = p->p_rtime.tv_usec;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h131 struct timeval p_rtime; /* Real time. */ member in struct:extern_proc
H A Dproc_internal.h240 struct timeval p_rtime; /* Real time.(PSL) */ member in struct:proc
448 struct user_timeval p_rtime; /* Real time. */ member in struct:user_extern_proc

Completed in 89 milliseconds