Home | Sort by: relevance | last modified time | path |
/src/tests/lib/libc/stdlib/ | |
h_atexit.c | 153 static int normal_handler_0_called; local in function:normal_handler_0 155 ASSERT(normal_handler_0_called == 0); 158 normal_handler_0_called = 1; |
/src/tests/lib/libpthread/ | |
h_atexit.c | 158 static int normal_handler_0_called; local in function:normal_handler_0 160 ASSERT(normal_handler_0_called == 0); 163 normal_handler_0_called = 1; |