Searched refs:internal_join_thread (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc459 void internal_join_thread(void *th) { pthread_join((pthread_t)th, 0); } function in namespace:__sanitizer
H A Dsanitizer_win.cc645 void internal_join_thread(void *th) { } function in namespace:__sanitizer
H A Dsanitizer_linux.cc1250 void internal_join_thread(void *th) { function in namespace:__sanitizer
1256 void internal_join_thread(void *th) {} function in namespace:__sanitizer
H A Dsanitizer_common.h757 void internal_join_thread(void *th);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc229 internal_join_thread(ctx->background_thread);

Completed in 154 milliseconds