HomeSort by relevance Sort by last modified time
    Searched refs:should_exit (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/client/solaris/handler/
exception_handler_test.cc 46 static bool should_exit = false; variable
73 while (!should_exit)
100 should_exit = true;
116 should_exit = true;
  /prebuilts/misc/windows/sdl2/test/
testshape.c 52 int should_exit = 0; local
145 should_exit = 0;
157 while(should_exit == 0) {
163 should_exit = 1;
178 should_exit = 1;
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
servermanager.py 38 self.should_exit = False
124 if self.should_exit:
customhandlers.py 193 self.server_manager.should_exit = True
  /system/bt/service/client/
main.cpp 98 std::atomic_bool should_exit(false);
797 should_exit = true;
873 if (istream.eof() || should_exit.load()) {

Completed in 2753 milliseconds