Searched refs:cxa_handler_3_called (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/tests/lib/libpthread/
H A Dh_atexit.c117 static int cxa_handler_3_called; local
120 ASSERT(cxa_handler_3_called == 0);
124 cxa_handler_3_called = 1;
/netbsd-current/tests/lib/libc/stdlib/
H A Dh_atexit.c112 static int cxa_handler_3_called; local
115 ASSERT(cxa_handler_3_called == 0);
119 cxa_handler_3_called = 1;

Completed in 77 milliseconds