Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_syscall.c99 ptracestop((td), SIGTRAP, NULL); in syscallenter()
267 ptracestop(td, SIGTRAP, NULL); in syscallret()
H A Dkern_fork.c816 ptracestop(td, SIGTRAP, NULL); in fork_rfppwait()
1106 ptracestop(td, SIGSTOP, NULL); in fork_return()
1124 ptracestop(td, SIGTRAP, NULL); in fork_return()
H A Dkern_thr.c362 ptracestop(td, SIGTRAP, NULL); in kern_thr_exit()
H A Dkern_sig.c2574 ptracestop(struct thread *td, int sig, ksiginfo_t *si) in ptracestop() function
2928 sig = ptracestop(td, sig, &ksi); in issignal()
/f-stack/freebsd/sys/
H A Dsignalvar.h395 int ptracestop(struct thread *td, int sig, ksiginfo_t *si);