Home
last modified time | relevance | path

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

/kernel/
Dsignal.c2115 static void ptrace_stop(int exit_code, int why, int clear_code, kernel_siginfo_t *info) in ptrace_stop() function
2263 ptrace_stop(exit_code, why, 1, &info); in ptrace_do_notify()
2431 ptrace_stop(signr, CLD_STOPPED, 0, NULL); in do_jobctl_trap()
2485 ptrace_stop(signr, CLD_TRAPPED, 0, info); in ptrace_signal()