HomeSort by relevance Sort by last modified time
    Searched defs:exit_now (Results 1 - 9 of 9) sorted by null

  /external/valgrind/memcheck/tests/solaris/
door_data.c 18 static volatile int exit_now = 0; variable
22 if (!exit_now) {
66 if ((did = door_create(server_procedure, (void*)&exit_now, 0)) < 0) {
81 while (!exit_now)
  /external/valgrind/memcheck/tests/
unit_libcbase.c 35 void VG_(exit_now)( Int status ) function
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
run.py 48 exit_now = False variable
70 global exit_now
89 if exit_now:
104 exit_now = True
133 global exit_now
134 exit_now = True
238 global exit_now
239 exit_now = True
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
run.py 48 exit_now = False variable
70 global exit_now
89 if exit_now:
104 exit_now = True
133 global exit_now
134 exit_now = True
238 global exit_now
239 exit_now = True
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 48 exit_now = False variable
70 global exit_now
89 if exit_now:
104 exit_now = True
133 global exit_now
134 exit_now = True
238 global exit_now
239 exit_now = True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 48 exit_now = False variable
70 global exit_now
89 if exit_now:
104 exit_now = True
133 global exit_now
134 exit_now = True
238 global exit_now
239 exit_now = True
  /external/python/cpython2/Lib/idlelib/
run.py 61 exit_now = False variable
83 global exit_now
104 if exit_now:
119 exit_now = True
149 global exit_now
150 exit_now = True
257 global exit_now
258 exit_now = True
  /external/valgrind/coregrind/
m_libcassert.c 263 VG_(exit_now) (status);
270 void VG_(exit_now)( Int status ) function
  /external/python/cpython3/Lib/idlelib/
run.py 86 exit_now = False variable
108 global exit_now
130 if exit_now:
146 exit_now = True
177 global exit_now
178 exit_now = True
297 global exit_now
298 exit_now = True

Completed in 148 milliseconds