Home | History | Annotate | Download | only in tests

Lines Matching full:pid2

256 prepare_thread (pid_t pid2 __attribute__ ((unused)),
264 l = ptrace (PTRACE_POKEUSER, pid2,
268 l = ptrace (PTRACE_CONT, pid2, NULL, (void *) (intptr_t) SIGUSR2);
270 pid_t got = waitpid (pid2, &status, __WALL);
272 assert (got == pid2);
348 pid_t pid2 = waitpid (-1, &status, __WALL);
350 assert (pid2 > 0);
351 assert (pid2 != pid);
408 prepare_thread (pid2, jmp);
411 check_tid = pid2;