Home
last modified time | relevance | path

Searched refs:fShouldExit (Results 1 – 4 of 4) sorted by relevance

/haiku/src/servers/registrar/mime/
H A DRegistrarThread.cpp35 fShouldExit(false), in RegistrarThread()
104 fShouldExit = true; in AskToExit()
H A DRegistrarThread.h36 bool fShouldExit; // Initially false, may be set to true by AskToExit() variable
H A DMimeUpdateThread.cpp194 if (!err && fShouldExit) in UpdateEntry()
/haiku/src/tests/kits/app/
H A DRegistrarThreadManagerTest.cpp78 if (fShouldExit) in ThreadFunction()