Home | Sort by: relevance | last modified time | path |
/src/tests/lib/libc/stdlib/ | |
h_atexit.c | 84 static int cxa_handler_5_called; local in function:cxa_handler_5 87 ASSERT(cxa_handler_5_called == 0); 91 cxa_handler_5_called = 1; |
/src/tests/lib/libpthread/ | |
h_atexit.c | 89 static int cxa_handler_5_called; local in function:cxa_handler_5 92 ASSERT(cxa_handler_5_called == 0); 96 cxa_handler_5_called = 1; |