Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp109 bool suspended_thread = false; in RunThread() local
112 suspended_thread = true; in RunThread()
118 if (suspended_thread) in RunThread()