Home
last modified time | relevance | path

Searched refs:tracee2 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_fork_wait.h358 pid_t tracee2 = 0; in unrelated_tracer_fork_body() local
392 FORKEE_ASSERT_EQ(posix_spawn(&tracee2, in unrelated_tracer_fork_body()
396 FORKEE_ASSERT((tracee2 = fork()) != -1); in unrelated_tracer_fork_body()
398 FORKEE_ASSERT((tracee2 = vfork()) != -1); in unrelated_tracer_fork_body()
401 if (tracee2 == 0) in unrelated_tracer_fork_body()
405 (wpid = TWAIT_GENERIC(tracee2, &status, 0), tracee2); in unrelated_tracer_fork_body()
534 tracee2 = state.pe_other_pid; in unrelated_tracer_fork_body()
535 DPRINTF("Reported ptrace event with forkee %d\n", tracee2); in unrelated_tracer_fork_body()
538 "%d\n", TWAIT_FNAME, tracee2, tracee); in unrelated_tracer_fork_body()
539 TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(tracee2, &status, 0), in unrelated_tracer_fork_body()
[all …]