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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c445 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
446 thact = p->p_vforkact;
478 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
479 thact = p->p_vforkact;
508 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
509 thact = p->p_vforkact;
538 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
539 thact = p->p_vforkact;
1251 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
1667 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
[all...]
H A Dbsd_stubs.c101 if (p->p_vforkact != (void *)thread)
H A Dkern_fork.c271 * p_vforkact | child_proc | <-- current_proc()
484 child_proc->p_vforkact = parent_thread;
699 task_t parent_task = get_threadtask(child_proc->p_vforkact);
722 child_proc->p_vforkact = 0;
H A Dkern_exec.c2153 p->p_vforkact = current_thread();
2166 p->p_vforkact = NULL;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h281 void * p_vforkact; /* activation running this vfork proc)(static) */ member in struct:proc

Completed in 95 milliseconds