Searched refs:__interceptor_pthread_join (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_posix.cpp | 65 EXPECT_EQ(__interceptor_pthread_join(th[0], 0), 0); in TEST() 67 EXPECT_EQ(__interceptor_pthread_join(th[1], 0), 0); in TEST() 68 EXPECT_EQ(__interceptor_pthread_join(th[2], 0), 0); in TEST() 88 EXPECT_EQ(__interceptor_pthread_join(th[i], 0), 0); in local_thread() 152 EXPECT_EQ(__interceptor_pthread_join(th, 0), 0); in TEST()
|
H A D | tsan_posix_util.h | 22 #define __interceptor_pthread_join wrap_pthread_join macro 49 extern "C" int __interceptor_pthread_join(pthread_t thread, void **value_ptr);
|
H A D | tsan_test_util_posix.cpp | 55 __interceptor_pthread_join(thr, 0); in TestMutexBeforeInit() 400 __interceptor_pthread_join(impl_->thread, 0); in ~ScopedThread()
|