Home
last modified time | relevance | path

Searched refs:thread_self (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc66 thread_t thread_self = mach_thread_self(); in RunThread() local
68 if (threads[i] == thread_self) continue; in RunThread()