HomeSort by: relevance | last modified time | path
    Searched defs:thread_self (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_mac.cc 66 thread_t thread_self = mach_thread_self(); local in function:__sanitizer::RunThread
68 if (threads[i] == thread_self) continue;
sanitizer_stoptheworld_mac.cc 66 thread_t thread_self = mach_thread_self(); local in function:__sanitizer::RunThread
68 if (threads[i] == thread_self) continue;

Completed in 23 milliseconds