Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp90 bool new_thread_found; in RunThread() local
99 new_thread_found = false; in RunThread()
135 new_thread_found = true; in RunThread()
143 } while (new_thread_found); in RunThread()