Searched refs:__interceptor_pthread_rwlock_destroy (Results 1 – 1 of 1) sorted by relevance
48 #define __interceptor_pthread_rwlock_destroy wrap_pthread_rwlock_destroy macro74 extern "C" int __interceptor_pthread_rwlock_destroy(pthread_rwlock_t *rwlock);179 CHECK_EQ(__interceptor_pthread_rwlock_destroy((pthread_rwlock_t*)mtx_), 0); in Destroy()