Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dint_signal.c154 static bool resume_to(pid_t child, int *status, int request, int sig, in resume_to() function
224 into = resume_to(child, &status, PTRACE_SINGLESTEP, SIGSEGV, int2d, in test_ptrace()
232 step = resume_to(child, &status, PTRACE_SINGLESTEP, SIGTRAP, int2d_step, in test_ptrace()
240 if (!resume_to(child, &status, PTRACE_CONT, SIGSEGV, int2d, in test_ptrace()
245 cont = resume_to(child, &status, PTRACE_CONT, SIGTRAP, int2d_step, in test_ptrace()