Searched refs:exit (Results 126 - 150 of 283) sorted by relevance

1234567891011>>

/barrelfish-master/usr/tests/net_tests/nfs_throughput/
H A Dnfs_cat.c96 exit(EXIT_FAILURE);
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/jdotview/
H A DGraphVizPanel.java135 System.exit(1);
149 System.exit(1);
189 System.exit(0);
/barrelfish-master/usr/bench/
H A Dlrpc_bench.c209 exit(EXIT_FAILURE);
243 exit(EXIT_FAILURE);
251 exit(EXIT_FAILURE);
/barrelfish-master/usr/bench/udp_echo/
H A Dudp_echo.c29 extern int posix_recv_time[POSIX_TRANSA]; // Time until packet at exit of recvfrom
70 exit(1);
136 exit(1);
175 exit(1);
/barrelfish-master/usr/tests/devif/
H A Didc_endpoint.c109 bool exit = false; local
111 while(!exit) {
115 exit = true;
/barrelfish-master/usr/tests/lrpc_fpu/
H A Dlrpc_fpu.c269 exit(EXIT_FAILURE);
303 exit(EXIT_FAILURE);
311 exit(EXIT_FAILURE);
/barrelfish-master/lib/libc/db/test/btree.tests/
H A Dmain.c178 exit(1);
182 exit(0);
197 exit(1);
643 exit(1);
651 exit(1);
762 exit (1);
/barrelfish-master/usr/bench/xomp_bench/
H A Dshare_bench.c160 exit(1);
193 exit(1);
199 exit(1);
/barrelfish-master/lib/lua/src/
H A Dluac.c38 exit(EXIT_FAILURE);
44 exit(EXIT_FAILURE);
64 exit(EXIT_FAILURE);
112 if (version==argc-1) exit(EXIT_SUCCESS);
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Ddebugger.tex35 The debugger notifications\index{notifications} happen at {\bf call} and {\bf exit} points. These
77 on exit, the register gets trailed if necessary.
101 call and exit notifications are in the caller's code. We could just
246 \subsection{Emulator mechanism for call/exit notification}
278 insert trap for exit tracing
300 %This is a method that does not require explicit exit notifications.
303 %When encountering a non-first call, generate exit ports for all
331 DELAY is not done yet. Maybe can be detected and inserted by the exit-handler.
/barrelfish-master/lib/acpica/source/tools/acpixtract/
H A Daxutils.c413 exit (0);
/barrelfish-master/lib/openssl-1.0.0d/
H A De_os2.h221 /* Specials for I/O an exit */
224 # define OPENSSL_DECLARE_EXIT extern void exit(int);
/barrelfish-master/include/openssl/
H A De_os2.h221 /* Specials for I/O an exit */
224 # define OPENSSL_DECLARE_EXIT extern void exit(int);
/barrelfish-master/lib/acpica/source/compiler/
H A Daslmain.c324 exit (0);
/barrelfish-master/tools/imx8x/
H A Dboard_ctrl.py119 exit(1)
/barrelfish-master/lib/usb/
H A Dusb_manager_client.c40 exit(0);
/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A DEclipseMapColourer.java445 // Stop the thread - otherwise System.exit() will wait for thread
452 // than litter the code with checks for an 'exit variable'
453 // becoming 'true' and the exit not being actioned until
470 System.exit(0);
804 System.exit(0);
822 System.exit(0);
833 System.exit(0);
845 System.exit(0);
855 System.exit(0);
866 System.exit(
[all...]
/barrelfish-master/lib/tzcode/zic/
H A Dzic.c457 exit(status);
493 exit(EXIT_FAILURE);
583 exit(EXIT_FAILURE);
648 exit(EXIT_FAILURE);
798 exit(EXIT_FAILURE);
827 exit(EXIT_FAILURE);
1544 exit(EXIT_FAILURE);
2241 exit(EXIT_FAILURE);
2260 exit(EXIT_FAILURE);
2264 exit(EXIT_FAILUR
[all...]
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dnsrv_int.h91 exit(-1); \
101 exit(-1); \
/barrelfish-master/tools/aarch64_gem5/
H A Dgem5script.py43 sys.exit(1)
51 sys.exit(1)
/barrelfish-master/usr/replay/
H A Dmaster.c370 } else if(sscanf(line, "exit %u", &pid) >= 1) {
374 exit(EXIT_FAILURE);
392 exit(EXIT_FAILURE);
630 exit(EXIT_FAILURE);
647 exit(EXIT_FAILURE);
858 exit(1);
922 exit(1);
936 exit(1);
961 exit(1);
1017 // // If this is an exit, remov
[all...]
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewerManagerFrame.java287 private void exit() method in class:ViewerManagerFrame
507 exit();
522 DebuggingSupport.logMessage(this, "exit action performed...");
525 exit();
/barrelfish-master/lib/libc/rpc/
H A Dgetnetpath.c220 exit(1);
/barrelfish-master/lib/acpica/source/tools/acpisrc/
H A Dasmain.c433 case '^': /* -v: (Version): signon already emitted, just exit */
435 exit (0);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bf/
H A Dbfspeed.c273 exit(0);

Completed in 297 milliseconds

1234567891011>>