Searched refs:exit_now (Results 1 – 7 of 7) sorted by relevance
18 static volatile int exit_now = 0; variable22 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()
74 extern void VG_(exit_now)( Int status );
285 VG_(exit_now) (status); in exit_wrk() local292 void VG_(exit_now)( Int status ) in VG_() argument
58 VG_(exit_now)(1);
368 if (CFG_SORT_BIG && (toys.optflags&FLAG_c)) goto exit_now; in sort_main()395 exit_now: in sort_main()
57 VG_(exit_now) (status); in ML_() local
24 void VG_(exit_now)( Int status ) in VG_() argument