Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_posix.cc64 EXPECT_EQ(__interceptor_pthread_create(&th[0], 0, dtors_thread, &k1), 0); in TEST()
65 EXPECT_EQ(__interceptor_pthread_create(&th[1], 0, dtors_thread, &k2), 0); in TEST()
67 EXPECT_EQ(__interceptor_pthread_create(&th[2], 0, dtors_thread, &k3), 0); in TEST()
85 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 Dtsan_posix_util.h22 #define __interceptor_pthread_create wrap_pthread_create macro
46 extern "C" int __interceptor_pthread_create(pthread_t *thread,
H A Dtsan_test_util_posix.cc52 __interceptor_pthread_create(&thr, 0, BeforeInitThread, 0); in TestMutexBeforeInit()
373 __interceptor_pthread_create(&impl_->thread, &attr, in ScopedThread()