Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_test.cc78 void *libthr_handle; in ATF_TEST_CASE_BODY() local
83 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL | in ATF_TEST_CASE_BODY()
85 ATF_REQUIRE(libthr_handle != NULL); in ATF_TEST_CASE_BODY()
86 dlclose(libthr_handle); in ATF_TEST_CASE_BODY()
H A Dcxa_thread_atexit_nothr_test.cc49 void *libthr_handle; in ATF_TEST_CASE_BODY() local
54 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL | in ATF_TEST_CASE_BODY()
56 ATF_REQUIRE(libthr_handle == NULL); in ATF_TEST_CASE_BODY()