Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
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_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 |