Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_fork.c968 uthread_t parent_uthread = current_uthread(); in forkproc() local
1108 if (fdt_fork(&child_proc->p_fd, parent_proc, parent_uthread->uu_cdir) != 0) { in forkproc()