Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_posix.cc66 EXPECT_EQ(__interceptor_pthread_join(th[0], 0), 0); in TEST()
68 EXPECT_EQ(__interceptor_pthread_join(th[1], 0), 0); in TEST()
69 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 Dtsan_posix_util.h23 #define __interceptor_pthread_join wrap_pthread_join macro
50 extern "C" int __interceptor_pthread_join(pthread_t thread, void **value_ptr);
H A Dtsan_test_util_posix.cc53 __interceptor_pthread_join(thr, 0); in TestMutexBeforeInit()
383 __interceptor_pthread_join(impl_->thread, 0); in ~ScopedThread()