HomeSort by relevance Sort by last modified time
    Searched defs:should_exit (Results 1 - 2 of 2) 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;

Completed in 38 milliseconds