Searched refs:__interceptor_pthread_mutex_destroy (Results 1 – 1 of 1) sorted by relevance
45 #define __interceptor_pthread_mutex_destroy wrap_pthread_mutex_destroy macro69 extern "C" int __interceptor_pthread_mutex_destroy(pthread_mutex_t *mutex);95 __interceptor_pthread_mutex_destroy(&mtx); in TestMutexBeforeInit()173 CHECK_EQ(__interceptor_pthread_mutex_destroy((pthread_mutex_t*)mtx_), 0); in Destroy()