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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c150 static int cxa_handler_2_called; local
153 ASSERT(cxa_handler_2_called == 0);
157 cxa_handler_2_called = 1;
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c141 static int cxa_handler_2_called; local
144 ASSERT(cxa_handler_2_called == 0);
148 cxa_handler_2_called = 1;

Completed in 66 milliseconds