Searched refs:tracee_pid (Results 1 – 1 of 1) sorted by relevance
38 static pid_t tracee_pid; variable62 kill_tracee(tracee_pid); \326 tracee_pid = fork(); in TEST()328 ASSERT_LE(0, tracee_pid) { in TEST()332 if (tracee_pid == 0) { in TEST()334 tracee_pid = getpid(); in TEST()338 ASSERT_EQ(0, kill(tracee_pid, SIGSTOP)) { in TEST()379 ASSERT_EQ(tracee_pid, wait(&status)) { in TEST()384 tracee_pid = 0; /* the tracee is no more */ in TEST()392 tracee_pid = 0; /* the tracee is no more */ in TEST()[all …]