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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c66 static void *dso_handle_3 = (void *)3; variable
70 static int dso_handle_3; variable
198 ASSERT(0 == __cxa_atexit(cxa_handler_2, &arg_3, dso_handle_3));
206 ASSERT(0 == __cxa_atexit(cxa_handler_2, &arg_3, &dso_handle_3));
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c57 static void *dso_handle_3 = (void *)3; variable
61 static int dso_handle_3; variable
189 ASSERT(0 == __cxa_atexit(cxa_handler_2, &arg_3, dso_handle_3));
197 ASSERT(0 == __cxa_atexit(cxa_handler_2, &arg_3, &dso_handle_3));

Completed in 172 milliseconds