Home
last modified time | relevance | path

Searched refs:exit_now (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/memcheck/tests/solaris/
Ddoor_data.c18 static volatile int exit_now = 0; variable
22 if (!exit_now) { in child_handler()
66 if ((did = door_create(server_procedure, (void*)&exit_now, 0)) < 0) { in server_main()
81 while (!exit_now) in server_main()
/external/valgrind/coregrind/
Dpub_core_libcassert.h74 extern void VG_(exit_now)( Int status );
Dm_libcassert.c285 VG_(exit_now) (status); in exit_wrk() local
292 void VG_(exit_now)( Int status ) in VG_() argument
Dm_libcbase.c58 VG_(exit_now)(1);
/external/toybox/toys/posix/
Dsort.c368 if (CFG_SORT_BIG && (toys.optflags&FLAG_c)) goto exit_now; in sort_main()
395 exit_now: in sort_main()
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-common.c57 VG_(exit_now) (status); in ML_() local
/external/valgrind/memcheck/tests/
Dunit_libcbase.c24 void VG_(exit_now)( Int status ) in VG_() argument