Searched refs:__interceptor_pthread_join (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix_util.h22 #define __interceptor_pthread_join wrap_pthread_join macro
49 extern "C" int __interceptor_pthread_join(pthread_t thread, void **value_ptr);
H A Dtsan_posix.cpp65 EXPECT_EQ(__interceptor_pthread_join(th[0], 0), 0);
67 EXPECT_EQ(__interceptor_pthread_join(th[1], 0), 0);
68 EXPECT_EQ(__interceptor_pthread_join(th[2], 0), 0);
88 EXPECT_EQ(__interceptor_pthread_join(th[i], 0), 0);
152 EXPECT_EQ(__interceptor_pthread_join(th, 0), 0);
H A Dtsan_test_util_posix.cpp55 __interceptor_pthread_join(thr, 0);
400 __interceptor_pthread_join(impl_->thread, 0);

Completed in 171 milliseconds