Home | Sort by: relevance | last modified time | path |
/src/tests/lib/libc/stdlib/ | |
h_atexit.c | 140 static int normal_handler_1_called; local in function:normal_handler_1 142 ASSERT(normal_handler_1_called == 0); 146 normal_handler_1_called = 1; |
/src/tests/lib/libpthread/ | |
h_atexit.c | 145 static int normal_handler_1_called; local in function:normal_handler_1 147 ASSERT(normal_handler_1_called == 0); 151 normal_handler_1_called = 1; |