Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp150 for (const auto suspended_thread_handle : in RunThread() local
152 CHECK_NE(ResumeThread(suspended_thread_handle), -1); in RunThread()
153 CloseHandle(suspended_thread_handle); in RunThread()