Home
last modified time | relevance | path

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

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