Searched refs:ip_vfork_thread (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h102 thread_t ip_vfork_thread; /* thread created, if vfork */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c822 imgp->ip_vfork_thread = fork_create_child(task, p, FALSE, (imgp->ip_flags & IMGPF_IS_64BIT));
823 if (imgp->ip_vfork_thread == NULL) {
828 thread = imgp->ip_vfork_thread;
1836 (void)thread_resume(imgp->ip_vfork_thread);
2022 (void)thread_resume(imgp->ip_vfork_thread);

Completed in 33 milliseconds