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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c156 static int reap_child_locked(proc_t parent, proc_t child, int deadparent, int reparentedtoinit, int locked, int droplock);
674 (void)reap_child_locked(p, q, 1, reparentedtoinit, 1, 0);
899 (void)reap_child_locked(pp, p, 1, 0, 1, 1);
900 /* list lock dropped by reap_child_locked */
918 * reap_child_locked
934 reap_child_locked(proc_t parent, proc_t child, int deadparent, int reparentedtoinit, int locked, int droplock) function
1231 (void)reap_child_locked(q, p, 0, reparentedtoinit, 0, 0);
1433 (void) reap_child_locked(q, p, 0, 0, 0, 0);
1812 (void)reap_child_locked(p, q, 1, 0, 1, 0);
1990 (void)reap_child_locked(p
[all...]

Completed in 13 milliseconds