Searched refs:__interceptor_pthread_rwlock_unlock (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix_util.h33 #define __interceptor_pthread_rwlock_unlock wrap_pthread_rwlock_unlock macro
64 extern "C" int __interceptor_pthread_rwlock_unlock(pthread_rwlock_t *rwlock);
H A Dtsan_test_util_posix.cpp168 CHECK_EQ(__interceptor_pthread_rwlock_unlock((pthread_rwlock_t*)mtx_), 0);
186 CHECK_EQ(__interceptor_pthread_rwlock_unlock((pthread_rwlock_t*)mtx_), 0);

Completed in 73 milliseconds