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

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix_util.h39 #define __interceptor_pthread_cond_wait wrap_pthread_cond_wait macro
72 extern "C" int __interceptor_pthread_cond_wait(pthread_cond_t *cond,
H A Dtsan_posix.cpp121 EXPECT_EQ(__interceptor_pthread_cond_wait(&ctx.c, &ctx.m), 0);
142 EXPECT_EQ(__interceptor_pthread_cond_wait(&ctx.c, &ctx.m), 0);
149 EXPECT_EQ(__interceptor_pthread_cond_wait(&ctx.c, &ctx.m), 0);

Completed in 71 milliseconds