testf_dso_pthread_create
int testf_dso_pthread_create(pthread_t *, const pthread_attr_t *,
int (*testf_dso_pthread_create)(pthread_t *, pthread_attr_t *,
testf_dso_pthread_create = dlsym(handle, "testf_dso_pthread_create");
ATF_REQUIRE_MSG(testf_dso_pthread_create != NULL,
ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
int (*testf_dso_pthread_create)(pthread_t *, pthread_attr_t *,
testf_dso_pthread_create = dlsym(handle, "testf_dso_pthread_create");
ATF_REQUIRE_MSG(testf_dso_pthread_create != NULL,
ret = testf_dso_pthread_create(&thread, NULL, routine, arg);