Searched refs:p_vforkact (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c446 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
447 thact = p->p_vforkact;
479 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
480 thact = p->p_vforkact;
509 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
510 thact = p->p_vforkact;
539 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
540 thact = p->p_vforkact;
1252 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
1668 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
[all...]
H A Dbsd_stubs.c100 if (p->p_vforkact != (void *)thread)
H A Dkern_fork.c279 * p_vforkact | child_proc | <-- current_proc()
493 child_proc->p_vforkact = parent_thread;
719 task_t parent_task = get_threadtask(child_proc->p_vforkact);
742 child_proc->p_vforkact = 0;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h283 void * p_vforkact; /* activation running this vfork proc)(static) */ member in struct:proc

Completed in 138 milliseconds