Home
last modified time | relevance | path

Searched refs:testf_dso_mutex_lock (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dlopen.c143 int (*testf_dso_mutex_lock)(pthread_mutex_t *); in ATF_TC_BODY() local
150 testf_dso_mutex_lock = dlsym(handle, "testf_dso_mutex_lock"); in ATF_TC_BODY()
151 ATF_REQUIRE_MSG(testf_dso_mutex_lock != NULL, in ATF_TC_BODY()
154 ATF_REQUIRE(testf_dso_mutex_lock(&mtx) == 0xcafe); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/dso/
H A Dh_pthread_dlopen.c47 int testf_dso_mutex_lock(pthread_mutex_t *);
59 testf_dso_mutex_lock(pthread_mutex_t *mtx) in testf_dso_mutex_lock() function