Searched refs:s_terminateEventLoop (Results 1 – 2 of 2) sorted by relevance
93 bool ZfsDaemon::s_terminateEventLoop; member in ZfsDaemon129 while (s_terminateEventLoop == false) { in Run()320 } while (s_terminateEventLoop == false && EventsPending()); in DetectMissedEvents()328 while (s_terminateEventLoop == false) { in EventLoop()410 s_terminateEventLoop = true; in QuitSignalHandler()
191 static bool s_terminateEventLoop; variable