| Home | Sort by: relevance | last modified time | path |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
| sanitizer_stoptheworld_mac.cc | 85 internal_join_thread(run_thread); |
| sanitizer_linux.cc | 1737 void internal_join_thread(void *th) { function in namespace:__sanitizer 1743 void internal_join_thread(void *th) {} function in namespace:__sanitizer |
| sanitizer_common.h | 842 void internal_join_thread(void *th); |
| sanitizer_mac.cc | 614 void internal_join_thread(void *th) { pthread_join((pthread_t)th, 0); } function in namespace:__sanitizer |
| sanitizer_win.cc | 767 void internal_join_thread(void *th) { } function in namespace:__sanitizer |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ | |
| tsan_rtl.cc | 232 internal_join_thread(ctx->background_thread); |