Home | Sort by: relevance | last modified time | path |
/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); |