Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thr.c532 if (error == 0 && (td->td_flags & TDF_THRWAKEUP) == 0) in kern_thr_suspend()
536 if (td->td_flags & TDF_THRWAKEUP) { in kern_thr_suspend()
538 td->td_flags &= ~TDF_THRWAKEUP; in kern_thr_suspend()
570 ttd->td_flags |= TDF_THRWAKEUP; in sys_thr_wake()
/f-stack/freebsd/sys/
H A Dproc.h457 #define TDF_THRWAKEUP 0x00100000 /* Libthr thread must not suspend itself. */ macro