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

  /src/tests/lib/libpthread/dlopen/dso/
h_pthread_dlopen.c 48 int testf_dso_mutex_unlock(pthread_mutex_t *);
68 testf_dso_mutex_unlock(pthread_mutex_t *mtx) function in typeref:typename:int
  /src/tests/lib/libpthread/dlopen/
t_dlopen.c 111 int (*testf_dso_mutex_unlock)(pthread_mutex_t *); local in function:ATF_TC_BODY
119 testf_dso_mutex_unlock = dlsym(handle, "testf_dso_mutex_unlock");
120 ATF_REQUIRE_MSG(testf_dso_mutex_unlock != NULL,
123 ATF_REQUIRE(testf_dso_mutex_unlock(&mtx) == 0xcafe);

Completed in 12 milliseconds