Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_fork.c749 td2->td_dbgflags |= TDB_STOPATFORK; in do_fork()
1099 if (td->td_dbgflags & TDB_STOPATFORK) { in fork_return()
1112 td->td_dbgflags &= ~TDB_STOPATFORK; in fork_return()
H A Dkern_sig.c2644 if ((td->td_dbgflags & TDB_STOPATFORK) != 0) { in ptracestop()
2645 td->td_dbgflags &= ~TDB_STOPATFORK; in ptracestop()
/f-stack/freebsd/sys/
H A Dproc.h478 #define TDB_STOPATFORK 0x00000080 /* Stop at the return from fork (child macro