HomeSort by: relevance | last modified time | path
    Searched refs:__interceptor_pthread_create (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_posix_util.h 22 #define __interceptor_pthread_create wrap_pthread_create macro
46 extern "C" int __interceptor_pthread_create(pthread_t *thread,
tsan_posix.cc 64 EXPECT_EQ(__interceptor_pthread_create(&th[0], 0, dtors_thread, &k1), 0);
65 EXPECT_EQ(__interceptor_pthread_create(&th[1], 0, dtors_thread, &k2), 0);
67 EXPECT_EQ(__interceptor_pthread_create(&th[2], 0, dtors_thread, &k3), 0);
85 EXPECT_EQ(__interceptor_pthread_create(&th[i], 0, local_thread,
138 EXPECT_EQ(__interceptor_pthread_create(&th, 0, cond_thread, &ctx), 0);
tsan_test_util_posix.cc 52 __interceptor_pthread_create(&thr, 0, BeforeInitThread, 0);
373 __interceptor_pthread_create(&impl_->thread, &attr,

Completed in 13 milliseconds