Home
last modified time | relevance | path

Searched refs:handler_called (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/tests/lib/libc/sys/
Dt_sigaltstack.c40 static bool handler_called; variable
48 handler_called = true; in handler()
85 handler_called = false; in ATF_TC_BODY()
88 if (!handler_called) in ATF_TC_BODY()
Dt_sigaction.c46 static bool handler_called = false; variable
51 handler_called = true; in handler()
65 exit(handler_called ? EXIT_SUCCESS : EXIT_FAILURE); in sa_resethand_child()