Searched refs:exit (Results 251 - 275 of 283) sorted by relevance

<<1112

/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsusing.tex409 or the \bipref{exit/1}{../bips/kernel/opsys/exit-1.html} predicates.
552 e : exit
563 exit
H A Dumsdebug.tex37 and exit ports. Each time a procedure is invoked, a box is created
56 the DELAY and RESUME ports, and the exceptional exit is indicated by LEAVE.
89 procedure is exited, the exit is traced without asterisk. This means
93 The instantiations shown in the EXIT port are the ones at exit time,
153 exit via a LEAVE port, until a
280 level increases and after exit it decreases again. The initial level
723 the execution until an exit port of this box (EXIT, FAIL, LEAVE).
724 If given in an exit port it works like \notation{creep}.
902 or a negated port name (e.g., \tld\notation{exit}).
1842 %usr\% exit
[all...]
H A Dumsexcept.tex488 %If it does, since program execution continues normally after exit of the error
536 ``through'' the call to the error handler, and so an exit may be made from
767 will exit the {\eclipse} system when \verb:^C: is pressed.
/barrelfish-master/lib/barrelfish/
H A Dthreads.c500 if(thread->state != THREAD_STATE_EXITED) { // Possibly wait for thread exit
883 // Disable and unlock exit lock
1096 exit(_main(p->argc, p->argv));
1127 exit(EXIT_FAILURE);
1128 assert(!"exit returned!");
H A Dspawn_client.c827 err = b->rpc_tx_vtbl.exit(b, cap_domainid, status);
836 * \brief Wait for spawned proccess to exit on core.
856 * \brief Wait for spawned proccess to exit on current core.
/barrelfish-master/usr/drivers/megaraid/
H A Dmegaraid.c1444 exit(1);
1455 exit(1);
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dauth.c1491 exit(1);
1499 exit(EXIT_CNID_AUTH_FAILED);
H A Dipv6cp.c1115 exit(1);
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Damsg.msg.c69 exit(1); \
78 exit(1); \
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dprogramanalysis.tex300 exit counters which differ from entry counters, for example.
/barrelfish-master/include/lwip2/netif/ppp/
H A Dauth.c1491 exit(1);
1499 exit(EXIT_CNID_AUTH_FAILED);
H A Dipv6cp.c1115 exit(1);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dhandlers.c45 #include <stdlib.h> /* for exit() */
334 exit(-1); /* we keep everything blocked */
H A Dbip_control.c195 exit((int) v.nint);
H A Dbip_misc.c80 extern void exit();
H A Dos_support.c1318 exit(-1);
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dumscmacros.tex266 They cause an exit from the external predicate and so they must
310 and the exit from the external procedure must be made
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dumscmacros.tex283 They cause an exit from the external predicate and so they must
327 and the exit from the external procedure must be made
H A Dkernel.tex1011 \index{exit instruction}
1021 exit & deallocate + ret \\
1153 calling instructions. The exit port generating instruction is part of
1206 exit_emulator(I) & exit emulator with return code I \\
1808 If an invocation frame is encountered while popping, we have to exit
/barrelfish-master/lib/openssl-1.0.0d/demos/easy_tls/
H A Deasy-tls.c247 exit(0);
/barrelfish-master/usr/eclipseclp/CPViz/viztool/src/components/
H A DInternalFrame.java926 System.exit(0);
/barrelfish-master/usr/tests/msun/
H A Dfma_test.c482 exit(0);
/barrelfish-master/lib/octopus/parser/
H A Dscan.c1782 exit( YY_EXIT_FAILURE );
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dpa-risc2.s147 CMPIB,>= 0,num,bn_mul_add_words_exit ; if (num <= 0) then exit
H A Dpa-risc2W.s139 CMPIB,>= 0,num,bn_mul_add_words_exit ; if (num <= 0) then exit

Completed in 315 milliseconds

<<1112