HomeSort by: relevance | last modified time | path
    Searched defs:caught (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
secretbox8.c 16 int caught; local
24 caught = 0;
25 while (caught < 10) {
36 ++caught;
  /src/external/mit/isl/dist/
isl_test_cpp-checked-conversion.cc 25 bool caught = false; local
30 caught = true;
32 if (!caught)
isl_test_cpp17.cc 26 bool caught = false; local
30 caught = true;
32 if (!caught)
isl_test_cpp.cc 54 bool caught = false; local
59 caught = true;
64 assert(caught);
109 bool caught = false; local
114 caught = true;
116 assert(caught);
165 bool caught = false; local
170 caught = true;
172 assert(caught);
194 die("caught wrong exception")
218 auto caught = false; local
297 auto caught = false; local
    [all...]
  /src/sbin/dump/
tape.c 116 static volatile sig_atomic_t caught; /* have we caught the signal to proceed? */ variable
747 caught++;
765 caught = 1;
767 caught = 0;
859 while (!caught)
861 caught = 0;
  /src/sys/dev/pci/
twe.c 777 int caught, rv; local
780 caught = 0;
790 caught = 1;
804 caught = 1;
818 caught = 1;
823 caught = 1;
826 return (caught);
twa.c 1878 int caught, s, rv __diagused; local
1883 caught = 0;
1887 caught = 1;
1894 caught = 1;
1905 caught = 1;
1912 caught = 1;
1918 caught = 1;
1921 return (caught);
  /src/sys/kern/
kern_sig.c 395 * Reset caught signals. Held signals remain held through
396 * l->l_sigmask (unless they were caught, and are now ignored
881 * Send a signal caused by a trap to the current LWP. If it will be caught
950 const bool caught = sigismember(&p->p_sigctx.ps_sigcatch, signo); local
952 if (caught && !masked) {
1330 * is being caught, make sure to save any ksiginfo.
1817 * If the current process has received a signal (should be caught or cause
2126 * If we get here, the signal must be caught.
2216 * if appropriate. We bypass the normal tests for masked and caught
  /src/external/bsd/libc++/dist/libcxxrt/src/
exception.cc 178 * caught if we have just caught an exception and rethrown if we are
184 caught, enumerator in enum:__cxa_thread_info::__anon7204
837 // Note: We don't remove this from the caught list here, because
1124 // caught inside a cleanup (destructor). We should call
1201 * pointer to the caught exception, which is either the adjusted pointer (for
1272 ti->foreign_exception_state = __cxa_thread_info::caught;
1496 * have not been caught. This can occur inside a nested catch statement.
1505 * been caught. This can occur inside a nested catch statement.
  /src/external/zlib/pigz/dist/
pigz.c 1354 int caught; local
1369 caught = join_all();
1370 Trace(("-- joined %d compress threads", caught));
1371 assert(caught == cthreads);
1375 caught = free_pool(&lens_pool);
1376 Trace(("-- freed %d block lengths buffers", caught));
1377 caught = free_pool(&dict_pool);
1378 Trace(("-- freed %d dictionary buffers", caught));
1379 caught = free_pool(&out_pool);
1380 Trace(("-- freed %d output buffers", caught));
    [all...]

Completed in 156 milliseconds