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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c164 static int normal_handler_1_called; local
166 ASSERT(normal_handler_1_called == 0);
170 normal_handler_1_called = 1;
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c155 static int normal_handler_1_called; local
157 ASSERT(normal_handler_1_called == 0);
161 normal_handler_1_called = 1;

Completed in 50 milliseconds