Home
last modified time | relevance | path

Searched refs:caught (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dsecretbox8.c16 int caught; in main() local
24 caught = 0; in main()
25 while (caught < 10) { in main()
36 ++caught; in main()
H A Dsodium_utils3.exp1 Intentional segfault / bus error caught
H A Dsodium_utils2.exp2 Intentional segfault / bus error caught
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_check_catchable_abrt.m47 # Check whether SIGABRT can be caught using signal handlers.
14 AC_CACHE_CHECK([whether SIGABRT can be caught when using the _AC_LANG compiler], CACHEVAR, [
53 … [AC_DEFINE([HAVE_CATCHABLE_ABRT], [1], [Define if SIGABRT can be caught using signal handlers])],
54 [AC_MSG_WARN([On this platform, SIGABRT cannot be caught using signal handlers.])]
H A Dax_check_catchable_segv.m47 # Check whether segmentation violations can be caught using signal handlers.
14 …AC_CACHE_CHECK([whether segmentation violations can be caught when using the _AC_LANG compiler], C…
38 …[AC_DEFINE([HAVE_CATCHABLE_SEGV], [1], [Define if segmentation violations can be caught using sign…
39 …[AC_MSG_WARN([On this platform, segmentation violations cannot be caught using signal handlers. Th…
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_intr.c184 uint32_t caught[RTE_DIM(type)] = { 0 }; in mlx4_interrupt_handler() local
196 ++caught[LSC]; in mlx4_interrupt_handler()
200 ++caught[RMV]; in mlx4_interrupt_handler()
208 for (i = 0; i != RTE_DIM(caught); ++i) in mlx4_interrupt_handler()
209 if (caught[i]) in mlx4_interrupt_handler()
/f-stack/freebsd/contrib/zlib/contrib/asm686/
H A DREADME.68640 gcc's generated code had caught up with it sometime around gcc 2.95
/f-stack/app/nginx-1.16.1/
H A DCHANGES3024 *) Bugfix: worker processes may got caught in an endless loop during
3274 *) Bugfix: worker processes may got caught in an endless loop during
5463 *) Bugfix: a worker process may got caught in an endless loop, if the
5536 *) Bugfix: a worker process may got caught in an endless loop, if the
5603 *) Bugfix: a worker process may got caught in an endless loop, if a
5893 *) Bugfix: a worker process may got caught in an endless loop, if the
6171 *) Bugfix: a worker process may got caught in an endless loop, if a
6402 *) Bugfix: a worker process may got caught in an endless loop while an
7422 error, then nginx may got caught in an endless loop; the bug had
8238 that do not support sendfile at all the process got caught in an
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog350 in place for prior releases, it would have caught all of the most serious
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt277 (AcpiGbl_NextCmdNum and AcpiProtocolLengths) caught by static analyzers.
398 because the duplicate external with conflicting types are already caught
6873 will be caught later if the offending method is executed. ACPICA BZ 925.
16756 common errors that should be caught at compile time.