Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc52 #define __interceptor_pthread_rwlock_rdlock wrap_pthread_rwlock_rdlock macro
78 extern "C" int __interceptor_pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
222 CHECK_EQ(__interceptor_pthread_rwlock_rdlock((pthread_rwlock_t*)mtx_), 0); in ReadLock()