Home
last modified time | relevance | path

Searched refs:internal_join_thread (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc85 internal_join_thread(run_thread); in StopTheWorld()
H A Dsanitizer_linux.cc1736 void internal_join_thread(void *th) { in internal_join_thread() function
1742 void internal_join_thread(void *th) {} in internal_join_thread() function
H A Dsanitizer_common.h852 void internal_join_thread(void *th);
H A Dsanitizer_win.cc767 void internal_join_thread(void *th) { } in internal_join_thread() function
H A Dsanitizer_mac.cc614 void internal_join_thread(void *th) { pthread_join((pthread_t)th, 0); } in internal_join_thread() function
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc232 internal_join_thread(ctx->background_thread); in StopBackgroundThread()