Home
last modified time | relevance | path

Searched defs:child_thread (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dkern_fork.c225 thread_t child_thread = NULL; in fork1() local
443 thread_t child_thread = NULL; in fork_create_child() local
565 thread_t child_thread; in fork() local
661 thread_t child_thread = NULL; in cloneproc() local
H A Dkern_exec.c3753 thread_t child_thread = imgp->ip_new_thread; in posix_spawn() local
H A Dkern_sysctl.c5352 thread_t child_thread = THREAD_NULL; variable