Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp36 unsigned SwitchedThread : 1; member
41 : CRC(CRC), Failed(false), SwitchedThread(false), ValidJumpBuffer(false) { in CrashRecoveryContextImpl()
46 if (!SwitchedThread) in ~CrashRecoveryContextImpl()
54 SwitchedThread = true; in setSwitchedThread()