Searched defs:exit_now (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/solaris/
H A Ddoor_data.c18 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/
H A Dunit_libcbase.c24 void VG_(exit_now)( Int status ) function
/external/valgrind/coregrind/
H A Dm_libcassert.c285 VG_(exit_now) (status);
292 void VG_(exit_now)( Int status ) function

Completed in 115 milliseconds