Home
last modified time | relevance | path

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

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