Searched refs:kLoopTerminate (Results 1 – 1 of 1) sorted by relevance
60 enum IOWorkLoopState { kLoopRestart = 0x1, kLoopTerminate = 0x2 }; enumerator256 SETP(&fFlags, kLoopTerminate); in free()382 if (ISSETP(&fFlags, kLoopTerminate)) { in runEventSources()409 if (ISSETP(&fFlags, kLoopTerminate)) { in runEventSources()439 if (!ISSETP(&fFlags, kLoopTerminate) && !workToDo) { in threadMain()