Home
last modified time | relevance | path

Searched refs:s_terminateEventLoop (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.cc93 bool ZfsDaemon::s_terminateEventLoop; member in ZfsDaemon
129 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()
H A Dzfsd.h191 static bool s_terminateEventLoop; variable