Home | History | Annotate | Download | only in sys

Lines Matching defs:child2

36 	pid_t child, child2 = 0, wpid;
66 SYSCALL_REQUIRE((child2 = __clone(clone_func, stack_base,
70 child2);
74 (wpid = TWAIT_GENERIC(child2, &status, WALLSIG), child2);
126 child2 = state.pe_other_pid;
127 DPRINTF("Reported ptrace event with forkee %d\n", child2);
130 "%d\n", TWAIT_FNAME, child2, child);
131 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child2, &status, 0),
132 child2);
137 ptrace(PT_GET_PROCESS_STATE, child2, &state, slen) != -1);
152 ptrace(PT_CONTINUE, child2, (void *)1, 0) != -1);
172 child2 = state.pe_other_pid;
174 child2);
187 wpid = TWAIT_GENERIC(child2, &status, 0), child2);
194 wpid = TWAIT_GENERIC(child2, &status, 0));
324 pid_t child, child2 = 0, wpid;
377 SYSCALL_REQUIRE((child2 = __clone(clone_func, stack_base,
381 child2);
385 (wpid = TWAIT_GENERIC(child2, &status, WALLSIG), child2);
474 child2);
483 child2 = state.pe_other_pid;
484 DPRINTF("Reported ptrace event with forkee %d\n", child2);
487 "%d\n", TWAIT_FNAME, child2, child);
488 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child2, &status, 0),
489 child2);
493 name[3] = child2;
531 ptrace(PT_GET_PROCESS_STATE, child2, &state, slen) != -1);
545 ptrace(PT_CONTINUE, child2, (void *)1, 0) != -1);
606 child2 = state.pe_other_pid;
608 child2);
618 wpid = TWAIT_GENERIC(child2, &status, 0), child2);
625 wpid = TWAIT_GENERIC(child2, &status, 0));
685 pid_t child, child2 = 0, wpid;
709 SYSCALL_REQUIRE((child2 = __clone(clone_func, stack_base,
713 child2);
717 (wpid = TWAIT_GENERIC(child2, &status, WALLSIG), child2);