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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c177 static int normal_handler_0_called; local
179 ASSERT(normal_handler_0_called == 0);
182 normal_handler_0_called = 1;
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c168 static int normal_handler_0_called; local
170 ASSERT(normal_handler_0_called == 0);
173 normal_handler_0_called = 1;

Completed in 114 milliseconds