mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Add a comment.
llvm-svn: 244337
This commit is contained in:
parent
0fb3af3648
commit
198bc9060d
@ -24,6 +24,10 @@ static ManagedStatic<
|
||||
sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
|
||||
|
||||
struct CrashRecoveryContextImpl {
|
||||
// When threads are disabled, this links up all active
|
||||
// CrashRecoveryContextImpls. When threads are enabled there's one thread
|
||||
// per CrashRecoveryContext and CurrentContext is a thread-local, so only one
|
||||
// CrashRecoveryContextImpl is active per thread and this is always null.
|
||||
const CrashRecoveryContextImpl *Next;
|
||||
|
||||
CrashRecoveryContext *CRC;
|
||||
|
Loading…
Reference in New Issue
Block a user