Searched refs:TDB_VFORK (Results 1 – 3 of 3) sorted by relevance
809 td->td_dbgflags |= TDB_VFORK; in do_fork()923 if (td->td_dbgflags & TDB_VFORK) { in ast_vfork()927 td->td_dbgflags &= ~TDB_VFORK; in ast_vfork()
1829 if (td2->td_dbgflags & TDB_VFORK) in ptrace_action()1831 } else if ((td2->td_dbgflags & (TDB_SCX | TDB_VFORK)) == in ptrace_action()1832 TDB_VFORK) in ptrace_action()
527 #define TDB_VFORK 0x00000800 /* vfork indicator for ptrace() */ macro