Home
last modified time | relevance | path

Searched refs:realitexpire (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dsystm.h159 void realitexpire(struct proc *);
/xnu-8019.80.24/bsd/kern/
H A Dkern_time.c488 realitexpire( in realitexpire() function
H A Dkern_fork.c983 child_proc->p_rcall = thread_call_allocate((thread_call_func_t)realitexpire, child_proc); in forkproc()