Searched refs:caught (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/lib/libkse/test/
H A Dsigwait_d.exp2 Sigwait caught signal 16
3 Sigwait caught signal 16
4 Sigwait caught signal 30
5 Sigwait caught signal 30
6 Sigwait caught signal 1
7 Sigwait caught signal 1
8 Sigwait caught signal 1
9 -> Signal handler caught signal 1
10 Sigwait caught signal 30
11 Sigwait caught signa
[all...]
H A Dsigsuspend_d.exp2 -> Suspender thread signal handler caught signal 16
4 -> Suspender thread signal handler caught signal 16
6 -> Suspender thread signal handler caught signal 31
8 -> Suspender thread signal handler caught signal 31
/freebsd-9.3-release/tools/regression/pthread/unwind/
H A Dcatch_pthread_exit.cpp8 int caught; variable
16 caught = 1;
17 printf("thread exiting exception caught\n");
30 if (caught)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtop.c362 isn't caught. But if the code can deal with it, it generally
398 quit caught, 0 otherwise. */ local
399 int caught;
402 zero if an error quit was caught. */
429 caught = SIGSETJMP (catch);
430 if (!caught)
466 if (!caught || (mask & RETURN_MASK (caught)))
469 *func_caught = caught;
473 /* The caller didn't request that the event be caught, rela
486 enum return_reason caught; local
504 enum return_reason caught; local
531 enum return_reason caught; local
[all...]
/freebsd-9.3-release/sbin/dump/
H A Dtape.c112 static volatile sig_atomic_t caught; /* have we caught the signal to proceed? */ variable
691 caught++;
709 caught = 1;
711 caught = 0;
798 if (!caught)
802 caught = 0;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1671 static int caught=0; /* NZ when signal intercepted */ variable
1678 caught = 1;
1710 while (caught == 0) {
1712 sigoff(); /* turn off signals while we check caught */
/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc178 * caught if we have just caught an exception and rethrown if we are
184 caught, enumerator in enum:__cxa_thread_info::__anon1663
824 // Note: We don't remove this from the caught list here, because
1099 // caught inside a cleanup (destructor). We should call
1176 * pointer to the caught exception, which is either the adjusted pointer (for
1245 ti->foreign_exception_state = __cxa_thread_info::caught;
1454 * have not been caught. This can occur inside a nested catch statement.
/freebsd-9.3-release/contrib/libpcap/
H A Dconfigure1614 echo "$as_me: caught signal $ac_signal"

Completed in 109 milliseconds