Searched refs:__interceptor_pthread_cond_destroy (Results 1 – 2 of 2) sorted by relevance
40 #define __interceptor_pthread_cond_destroy wrap_pthread_cond_destroy macro74 extern "C" int __interceptor_pthread_cond_destroy(pthread_cond_t *cond);
153 EXPECT_EQ(__interceptor_pthread_cond_destroy(&ctx.c), 0); in TEST()