HomeSort by: relevance | last modified time | path
    Searched refs:__interceptor_pthread_cond_wait (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_posix_util.h 40 #define __interceptor_pthread_cond_wait wrap_pthread_cond_wait macro
73 extern "C" int __interceptor_pthread_cond_wait(pthread_cond_t *cond,
tsan_posix.cc 121 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 13 milliseconds