Searched refs:quitLoop (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/debug/profile/
H A Dprofile.cpp893 bool quitLoop = false; local
940 quitLoop = message.origin.team == teamID;
988 if (quitLoop)
/haiku/src/bin/debug/strace/
H A Dstrace.cpp821 bool quitLoop = false; local
949 quitLoop = debuggedTeams.empty();
954 if (quitLoop)
/haiku/src/servers/app/
H A DServerWindow.cpp4155 bool quitLoop = false; local
4157 while (!quitLoop) {
4204 quitLoop = true;

Completed in 46 milliseconds