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

/netbsd-current/tests/lib/libpthread/
H A Dh_atexit.c50 static int dso_handle_1; variable
175 ASSERT(0 == __cxa_atexit(cxa_handler_4, &arg_1, &dso_handle_1));
176 ASSERT(0 == __cxa_atexit(cxa_handler_5, &arg_1, &dso_handle_1));
180 __cxa_finalize(&dso_handle_1);
/netbsd-current/tests/lib/libc/stdlib/
H A Dh_atexit.c45 static int dso_handle_1; variable
170 ASSERT(0 == __cxa_atexit(cxa_handler_4, &arg_1, &dso_handle_1));
171 ASSERT(0 == __cxa_atexit(cxa_handler_5, &arg_1, &dso_handle_1));
175 __cxa_finalize(&dso_handle_1);

Completed in 82 milliseconds