Searched refs:__interceptor_pthread_cond_destroy (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix_util.h40 #define __interceptor_pthread_cond_destroy wrap_pthread_cond_destroy macro
74 extern "C" int __interceptor_pthread_cond_destroy(pthread_cond_t *cond);
H A Dtsan_posix.cpp153 EXPECT_EQ(__interceptor_pthread_cond_destroy(&ctx.c), 0);

Completed in 111 milliseconds