HomeSort by: relevance | last modified time | path
    Searched defs:testf_dso_pthread_create (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libpthread/dlopen/dso/
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, function in typeref:typename:int
  /src/tests/lib/libpthread/dlopen/
t_main_pthread_create.c 83 int (*testf_dso_pthread_create)(pthread_t *, pthread_attr_t *, local in function:ATF_TC_BODY
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);
t_dso_pthread_create.c 67 int (*testf_dso_pthread_create)(pthread_t *, pthread_attr_t *, local in function:ATF_TC_BODY
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);

Completed in 11 milliseconds