Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ptrace/
H A Dset_syscall_info.c38 static pid_t tracee_pid; variable
62 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 …]