Searched refs:ptracestop (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_syscall.c | 95 ptracestop((td), SIGTRAP, NULL); in syscallenter() 272 ptracestop(td, SIGTRAP, NULL); in syscallret() 286 ptracestop(td, SIGTRAP, NULL); in syscallret()
|
H A D | kern_fork.c | 841 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 D | kern_thr.c | 339 * dropped in either ptracestop() or while removing this thread in kern_thr_exit() 362 ptracestop(td, SIGTRAP, NULL); in kern_thr_exit()
|
H A D | kern_sig.c | 2823 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 D | signalvar.h | 390 int ptracestop(struct thread *td, int sig, ksiginfo_t *si);
|