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

  /external/valgrind/coregrind/
pub_core_libcassert.h 74 extern void VG_(exit_now)( Int status );
m_libcassert.c 283 VG_(exit_now) (status);
290 void VG_(exit_now)( Int status ) function
m_libcbase.c 32 #include "pub_core_libcassert.h" // VG_(exit_now)
58 VG_(exit_now)(1);
  /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/toybox/toys/posix/
sort.c 367 if (CFG_SORT_BIG && (toys.optflags&FLAG_c)) goto exit_now;
392 exit_now:
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-common.c 57 VG_(exit_now) (status);
  /external/valgrind/memcheck/tests/
unit_libcbase.c 24 void VG_(exit_now)( Int status ) function
  /external/lldb/source/Target/
Process.cpp     [all...]

Completed in 821 milliseconds