Home | History | Annotate | Download | only in Support

Lines Matching full:currentcontext

24     sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
29 // per CrashRecoveryContext and CurrentContext is a thread-local, so only one
43 Next = CurrentContext->get();
44 CurrentContext->set(this);
48 CurrentContext->set(Next);
52 /// indicate that we don't need to clear the thread-local CurrentContext.
62 CurrentContext->set(Next);
110 const CrashRecoveryContextImpl *CRCI = CurrentContext->get();
169 const CrashRecoveryContextImpl *CRCI = CurrentContext->get();
252 const CrashRecoveryContextImpl *CRCI = CurrentContext->get();