Searched refs:TDF_SLEEPABORT (Results 1 – 2 of 2) sorted by relevance
349 td->td_flags &= ~TDF_SLEEPABORT; in sleepq_add()613 if (td->td_flags & TDF_SLEEPABORT) { in sleepq_check_signals()614 td->td_flags &= ~TDF_SLEEPABORT; in sleepq_check_signals()1001 td->td_flags |= TDF_SLEEPABORT; in sleepq_abort()
365 #define TDF_SLEEPABORT 0x00000080 /* sleepq_abort was called. */ macro