HomeSort by relevance Sort by last modified time
    Searched defs:internal_join_thread (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 459 void internal_join_thread(void *th) { pthread_join((pthread_t)th, 0); } function in namespace:__sanitizer
sanitizer_win.cc 645 void internal_join_thread(void *th) { } function in namespace:__sanitizer
sanitizer_linux.cc 1250 void internal_join_thread(void *th) { function in namespace:__sanitizer
1256 void internal_join_thread(void *th) {} function in namespace:__sanitizer
    [all...]

Completed in 67 milliseconds