Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_thread.c747 TDF_ALLPROCSUSP)) == 0) in weed_inhib()
752 td2->td_flags |= TDF_ALLPROCSUSP; in weed_inhib()
1096 td->td_flags &= ~TDF_ALLPROCSUSP; in thread_unsuspend_one()
/freebsd-11-stable/sys/sys/
HDproc.h405 #define TDF_ALLPROCSUSP 0x00000200 /* suspended by SINGLE_ALLPROC */ macro