Searched refs:TDB_STOPATFORK (Results 1 – 3 of 3) sorted by relevance
749 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()
2644 if ((td->td_dbgflags & TDB_STOPATFORK) != 0) { in ptracestop()2645 td->td_dbgflags &= ~TDB_STOPATFORK; in ptracestop()
478 #define TDB_STOPATFORK 0x00000080 /* Stop at the return from fork (child macro