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

/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dso_pthread_create.c67 int (*testf_dso_pthread_create)(pthread_t *, pthread_attr_t *,
80 testf_dso_pthread_create = dlsym(handle, "testf_dso_pthread_create");
81 ATF_REQUIRE_MSG(testf_dso_pthread_create != NULL,
84 ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
H A Dt_main_pthread_create.c83 int (*testf_dso_pthread_create)(pthread_t *, pthread_attr_t *,
89 testf_dso_pthread_create = dlsym(handle, "testf_dso_pthread_create");
90 ATF_REQUIRE_MSG(testf_dso_pthread_create != NULL,
93 ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
/freebsd-12-stable/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, function

Completed in 111 milliseconds