Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp39 unsigned SwitchedThread : 1; member
44 : CRC(CRC), Failed(false), SwitchedThread(false), ValidJumpBuffer(false) { in CrashRecoveryContextImpl()
49 if (!SwitchedThread) in ~CrashRecoveryContextImpl()
57 SwitchedThread = true; in setSwitchedThread()