Searched refs:IT_WAIT (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dkern_intr.c78 #define IT_WAIT 0x000002 /* Thread is waiting for completion. */ macro
845 ithd->it_flags |= IT_WAIT;
846 while (ithd->it_flags & IT_WAIT) {
1451 (ithd->it_flags & (IT_DEAD | IT_WAIT)) == 0) {
1456 if (ithd->it_flags & IT_WAIT) {
1458 ithd->it_flags &= ~IT_WAIT;
1631 (ithd->it_flags & (IT_DEAD | IT_WAIT)) == 0) {
1636 if (ithd->it_flags & IT_WAIT) {
1638 ithd->it_flags &= ~IT_WAIT;

Completed in 115 milliseconds