Searched refs:testf_dso_mutex_unlock (Results 1 – 2 of 2) sorted by relevance
111 int (*testf_dso_mutex_unlock)(pthread_mutex_t *); in ATF_TC_BODY() local119 testf_dso_mutex_unlock = dlsym(handle, "testf_dso_mutex_unlock"); in ATF_TC_BODY()120 ATF_REQUIRE_MSG(testf_dso_mutex_unlock != NULL, in ATF_TC_BODY()123 ATF_REQUIRE(testf_dso_mutex_unlock(&mtx) == 0xcafe); in ATF_TC_BODY()
48 int testf_dso_mutex_unlock(pthread_mutex_t *);68 testf_dso_mutex_unlock(pthread_mutex_t *mtx) in testf_dso_mutex_unlock() function