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

  /src/tests/lib/libc/sys/
t_sigaltstack.c 40 static bool handler_called; variable in typeref:typename:bool
48 handler_called = true;
85 handler_called = false;
88 if (!handler_called)
t_sigaltstack.c 40 static bool handler_called; variable in typeref:typename:bool
48 handler_called = true;
85 handler_called = false;
88 if (!handler_called)
t_sigaction.c 46 static bool handler_called = false; variable in typeref:typename:bool
51 handler_called = true;
65 exit(handler_called ? EXIT_SUCCESS : EXIT_FAILURE);
t_sigaction.c 46 static bool handler_called = false; variable in typeref:typename:bool
51 handler_called = true;
65 exit(handler_called ? EXIT_SUCCESS : EXIT_FAILURE);

Completed in 214 milliseconds