Home
last modified time | relevance | path

Searched refs:TDF_THRWAKEUP (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/kern/
HDkern_thr.c550 if (error == 0 && (td->td_flags & TDF_THRWAKEUP) == 0) in kern_thr_suspend()
554 if (td->td_flags & TDF_THRWAKEUP) { in kern_thr_suspend()
556 td->td_flags &= ~TDF_THRWAKEUP; in kern_thr_suspend()
588 ttd->td_flags |= TDF_THRWAKEUP; in sys_thr_wake()
/NextBSD/sys/sys/
HDproc.h399 #define TDF_THRWAKEUP 0x00100000 /* Libthr thread must not suspend itself. */ macro