Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_syscall.c95 ptracestop((td), SIGTRAP, NULL); in syscallenter()
272 ptracestop(td, SIGTRAP, NULL); in syscallret()
286 ptracestop(td, SIGTRAP, NULL); in syscallret()
H A Dkern_fork.c841 ptracestop(td, SIGTRAP, NULL); in ast_vfork()
1194 ptracestop(td, SIGSTOP, NULL); in fork_return()
1212 ptracestop(td, SIGTRAP, NULL); in fork_return()
H A Dkern_thr.c339 * dropped in either ptracestop() or while removing this thread in kern_thr_exit()
362 ptracestop(td, SIGTRAP, NULL); in kern_thr_exit()
H A Dkern_sig.c2823 ptracestop(struct thread *td, int sig, ksiginfo_t *si) in ptracestop() function
3164 sig = ptracestop(td, sig, &ksi); in sigprocess()
/freebsd/sys/sys/
H A Dsignalvar.h390 int ptracestop(struct thread *td, int sig, ksiginfo_t *si);