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

/netbsd-current/tests/lib/libpthread/
H A Dh_atexit.c145 static int normal_handler_1_called; local
147 ASSERT(normal_handler_1_called == 0);
151 normal_handler_1_called = 1;
/netbsd-current/tests/lib/libc/stdlib/
H A Dh_atexit.c140 static int normal_handler_1_called; local
142 ASSERT(normal_handler_1_called == 0);
146 normal_handler_1_called = 1;

Completed in 306 milliseconds