Searched refs:TDB_STOPATFORK (Results 1 – 3 of 3) sorted by relevance
776 td2->td_dbgflags |= TDB_STOPATFORK; in do_fork()1193 if (td->td_dbgflags & TDB_STOPATFORK) { in fork_return()1206 td->td_dbgflags &= ~TDB_STOPATFORK; in fork_return()
2903 if ((td->td_dbgflags & TDB_STOPATFORK) != 0) { in ptracestop()2904 td->td_dbgflags &= ~TDB_STOPATFORK; in ptracestop()
517 #define TDB_STOPATFORK 0x00000080 /* Stop at the return from fork (child macro