Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_thread.c1164 if (TD_CAN_ABORT(td2)) { in weed_inhib()
1177 if (TD_CAN_ABORT(td2)) { in weed_inhib()
1197 if (TD_CAN_ABORT(td2)) { in weed_inhib()
H A Dkern_sig.c2510 if (TD_CAN_ABORT(td)) in tdsendsignal()
/freebsd/sys/sys/
H A Dproc.h604 #define TD_CAN_ABORT(td) (TD_ON_SLEEPQ((td)) && \ macro