Searched refs:ptracestop (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_syscall.c | 99 ptracestop((td), SIGTRAP, NULL); in syscallenter() 267 ptracestop(td, SIGTRAP, NULL); in syscallret()
|
| H A D | kern_fork.c | 816 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 D | kern_thr.c | 362 ptracestop(td, SIGTRAP, NULL); in kern_thr_exit()
|
| H A D | kern_sig.c | 2574 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 D | signalvar.h | 395 int ptracestop(struct thread *td, int sig, ksiginfo_t *si);
|