Searched refs:__interceptor_pthread_rwlock_trywrlock (Results 1 – 1 of 1) sorted by relevance
49 #define __interceptor_pthread_rwlock_trywrlock wrap_pthread_rwlock_trywrlock macro75 extern "C" int __interceptor_pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);203 return __interceptor_pthread_rwlock_trywrlock((pthread_rwlock_t*)mtx_) == 0; in TryLock()