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

/freebsd-13-stable/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc52 void *libthr_handle; local
57 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL |
59 ATF_REQUIRE(libthr_handle == NULL);
H A Dcxa_thread_atexit_test.cc81 void *libthr_handle; local
86 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL |
88 ATF_REQUIRE(libthr_handle != NULL);
89 dlclose(libthr_handle);

Completed in 90 milliseconds