Searched defs:internal_join_thread (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp795 void internal_join_thread(void *th) { } function in namespace:__sanitizer
H A Dsanitizer_linux.cpp1739 void internal_join_thread(void *th) { function in namespace:__sanitizer
1745 void internal_join_thread(void *th) {} function in namespace:__sanitizer
H A Dsanitizer_mac.cpp687 void internal_join_thread(void *th) { pthread_join((pthread_t)th, 0); } function in namespace:__sanitizer

Completed in 117 milliseconds