Searched refs:__interceptor_pthread_rwlock_wrlock (Results 1 – 1 of 1) sorted by relevance
50 #define __interceptor_pthread_rwlock_wrlock wrap_pthread_rwlock_wrlock macro76 extern "C" int __interceptor_pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);191 CHECK_EQ(__interceptor_pthread_rwlock_wrlock((pthread_rwlock_t*)mtx_), 0); in Lock()