Searched refs:internal_join_thread (Results 1 - 5 of 5) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_mac.cc | 340 void internal_join_thread(void *th) { } function in namespace:__sanitizer |
H A D | sanitizer_linux.cc | 925 void internal_join_thread(void *th) { function in namespace:__sanitizer 931 void internal_join_thread(void *th) {} function in namespace:__sanitizer |
H A D | sanitizer_common.h | 633 void internal_join_thread(void *th); |
H A D | sanitizer_win.cc | 473 void internal_join_thread(void *th) { } function in namespace:__sanitizer |
/external/compiler-rt/lib/tsan/rtl/ | ||
H A D | tsan_rtl.cc | 223 internal_join_thread(ctx->background_thread); |
Completed in 312 milliseconds