Searched refs:__interceptor_pthread_rwlock_unlock (Results 1 – 1 of 1) sorted by relevance
51 #define __interceptor_pthread_rwlock_unlock wrap_pthread_rwlock_unlock macro77 extern "C" int __interceptor_pthread_rwlock_unlock(pthread_rwlock_t *rwlock);216 CHECK_EQ(__interceptor_pthread_rwlock_unlock((pthread_rwlock_t*)mtx_), 0); in Unlock()234 CHECK_EQ(__interceptor_pthread_rwlock_unlock((pthread_rwlock_t*)mtx_), 0); in ReadUnlock()