HomeSort by relevance Sort by last modified time
    Searched refs:internal_join_thread (Results 1 - 5 of 5) 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...]
sanitizer_common.h 757 void internal_join_thread(void *th);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 229 internal_join_thread(ctx->background_thread);

Completed in 80 milliseconds