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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_posix_util.h 23 #define __interceptor_pthread_join wrap_pthread_join macro
50 extern "C" int __interceptor_pthread_join(pthread_t thread, void **value_ptr);
tsan_posix.cc 66 EXPECT_EQ(__interceptor_pthread_join(th[0], 0), 0);
68 EXPECT_EQ(__interceptor_pthread_join(th[1], 0), 0);
69 EXPECT_EQ(__interceptor_pthread_join(th[2], 0), 0);
88 EXPECT_EQ(__interceptor_pthread_join(th[i], 0), 0);
152 EXPECT_EQ(__interceptor_pthread_join(th, 0), 0);
tsan_test_util_posix.cc 53 __interceptor_pthread_join(thr, 0);
383 __interceptor_pthread_join(impl_->thread, 0);

Completed in 12 milliseconds