Searched refs:__interceptor_pthread_rwlock_rdlock (Results 1 – 2 of 2) sorted by relevance
34 #define __interceptor_pthread_rwlock_rdlock wrap_pthread_rwlock_rdlock macro65 extern "C" int __interceptor_pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
174 CHECK_EQ(__interceptor_pthread_rwlock_rdlock((pthread_rwlock_t*)mtx_), 0); in ReadLock()