Searched refs:__interceptor_pthread_create (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_posix.cpp | 63 EXPECT_EQ(__interceptor_pthread_create(&th[0], 0, dtors_thread, &k1), 0); in TEST() 64 EXPECT_EQ(__interceptor_pthread_create(&th[1], 0, dtors_thread, &k2), 0); in TEST() 66 EXPECT_EQ(__interceptor_pthread_create(&th[2], 0, dtors_thread, &k3), 0); in TEST() 84 EXPECT_EQ(__interceptor_pthread_create(&th[i], 0, local_thread, in local_thread() 138 EXPECT_EQ(__interceptor_pthread_create(&th, 0, cond_thread, &ctx), 0); in TEST()
|
H A D | tsan_posix_util.h | 21 #define __interceptor_pthread_create wrap_pthread_create macro 45 extern "C" int __interceptor_pthread_create(pthread_t *thread,
|
H A D | tsan_test_util_posix.cpp | 54 __interceptor_pthread_create(&thr, 0, BeforeInitThread, 0); in TestMutexBeforeInit() 390 __interceptor_pthread_create(&impl_->thread, &attr, in ScopedThread()
|