Searched refs:TDB_EXIT (Results 1 – 4 of 4) sorted by relevance
362 td->td_dbgflags |= TDB_EXIT; in kern_thr_exit()
1435 if (td2->td_dbgflags & TDB_EXIT)
2589 !(td->td_dbgflags & TDB_EXIT)) { in ptracestop()
462 #define TDB_EXIT 0x00000400 /* Exiting LWP indicator for ptrace() */ macro