Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_thread.c697 TDF_ALLPROCSUSP)) == 0) in weed_inhib()
702 td2->td_flags |= TDF_ALLPROCSUSP; in weed_inhib()
1048 td->td_flags &= ~TDF_ALLPROCSUSP; in thread_unsuspend_one()
/NextBSD/sys/sys/
HDproc.h388 #define TDF_ALLPROCSUSP 0x00000200 /* suspended by SINGLE_ALLPROC */ macro