Home | Sort by relevance Sort by last modified time |
/external/compiler-rt/lib/sanitizer_common/ | |
sanitizer_linux.cc | 1141 void internal_join_thread(void *th) { function in namespace:__sanitizer 1147 void internal_join_thread(void *th) {} function in namespace:__sanitizer [all...] |
sanitizer_common.h | 702 void internal_join_thread(void *th); |
sanitizer_mac.cc | 424 void internal_join_thread(void *th) { pthread_join((pthread_t)th, 0); } function in namespace:__sanitizer |
sanitizer_win.cc | 564 void internal_join_thread(void *th) { } function in namespace:__sanitizer |
/external/compiler-rt/lib/tsan/rtl/ | |
tsan_rtl.cc | 229 internal_join_thread(ctx->background_thread); |