Home
last modified time | relevance | path

Searched refs:testf_dso_pthread_create (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dso_pthread_create.c67 int (*testf_dso_pthread_create)(pthread_t *, pthread_attr_t *, in ATF_TC_BODY() local
80 testf_dso_pthread_create = dlsym(handle, "testf_dso_pthread_create"); in ATF_TC_BODY()
81 ATF_REQUIRE_MSG(testf_dso_pthread_create != NULL, in ATF_TC_BODY()
84 ret = testf_dso_pthread_create(&thread, NULL, routine, arg); in ATF_TC_BODY()
H A Dt_main_pthread_create.c83 int (*testf_dso_pthread_create)(pthread_t *, pthread_attr_t *, in ATF_TC_BODY() local
89 testf_dso_pthread_create = dlsym(handle, "testf_dso_pthread_create"); in ATF_TC_BODY()
90 ATF_REQUIRE_MSG(testf_dso_pthread_create != NULL, in ATF_TC_BODY()
93 ret = testf_dso_pthread_create(&thread, NULL, routine, arg); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/dso/
H A Dh_pthread_dlopen.c49 int testf_dso_pthread_create(pthread_t *, const pthread_attr_t *,
77 testf_dso_pthread_create(pthread_t *thread, const pthread_attr_t *attr, in testf_dso_pthread_create() function