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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c136 static int cxa_handler_3_called; local
139 ASSERT(cxa_handler_3_called == 0);
143 cxa_handler_3_called = 1;
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c127 static int cxa_handler_3_called; local
130 ASSERT(cxa_handler_3_called == 0);
134 cxa_handler_3_called = 1;

Completed in 58 milliseconds