Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dsys_ptrace_common.c272 case PT_STOP: in ptrace_listener_cb()
450 case PT_STOP: in ptrace_allowed()
476 if (req != PT_KILL && req != PT_STOP && in ptrace_allowed()
505 case PT_STOP: in ptrace_needs_hold()
969 KASSERT(req == PT_KILL || req == PT_STOP || req == PT_ATTACH); in ptrace_sendsig()
1413 case PT_STOP: in do_ptrace()
/netbsd/sys/sys/
H A Dptrace.h63 #define PT_STOP 23 /* stop the child process */ macro
/netbsd/tests/lib/libc/sys/
H A Dt_ptrace_threads_wait.h617 SYSCALL_REQUIRE(ptrace(PT_STOP, child, NULL, 0) != -1); in ATF_TC_BODY()