Searched refs:testf_dso_pthread_create (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/ |
H A D | t_dso_pthread_create.c | 67 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 D | t_main_pthread_create.c | 83 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 D | h_pthread_dlopen.c | 49 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
|