HomeSort by relevance Sort by last modified time
    Searched defs:exit_now (Results 1 - 7 of 7) 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 24 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/valgrind/coregrind/
m_libcassert.c 285 VG_(exit_now) (status);
292 void VG_(exit_now)( Int status ) function

Completed in 837 milliseconds