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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp791 void internal_join_thread(void *th) { } function in namespace:__sanitizer
H A Dsanitizer_linux.cpp1720 void internal_join_thread(void *th) { function in namespace:__sanitizer
1726 void internal_join_thread(void *th) {} function in namespace:__sanitizer
H A Dsanitizer_mac.cpp691 void internal_join_thread(void *th) { pthread_join((pthread_t)th, 0); } function in namespace:__sanitizer

Completed in 123 milliseconds