HomeSort by: relevance | last modified time | path
    Searched defs:tracee2 (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libc/sys/
t_ptrace_fork_wait.h 357 pid_t tracee2 = 0; variable in typeref:typename:pid_t
391 FORKEE_ASSERT_EQ(posix_spawn(&tracee2,
395 FORKEE_ASSERT((tracee2 = fork()) != -1);
397 FORKEE_ASSERT((tracee2 = vfork()) != -1);
400 if (tracee2 == 0)
404 (wpid = TWAIT_GENERIC(tracee2, &status, 0), tracee2);
533 tracee2 = state.pe_other_pid;
534 DPRINTF("Reported ptrace event with forkee %d\n", tracee2);
537 "%d\n", TWAIT_FNAME, tracee2, tracee)
938 pid_t tracee2 = 0; variable in typeref:typename:pid_t
    [all...]

Completed in 28 milliseconds