Home
last modified time | relevance | path

Searched refs:TD_CAN_ABORT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_thread.c1080 if (TD_CAN_ABORT(td2)) { in weed_inhib()
1093 if (TD_CAN_ABORT(td2)) { in weed_inhib()
1113 if (TD_CAN_ABORT(td2)) { in weed_inhib()
H A Dkern_sig.c2370 if (TD_CAN_ABORT(td)) in tdsendsignal()
/f-stack/freebsd/sys/
H A Dproc.h550 #define TD_CAN_ABORT(td) (TD_ON_SLEEPQ((td)) && \ macro