Searched refs:sThreadState (Results 1 – 1 of 1) sorted by relevance
43 static thread_local ThreadState sThreadState; variable68 auto& previousContexts = sThreadState.previousContexts; in setupContext()81 "current=%p, needed=%p, thread=%p", currentContext, mContext, &sThreadState); in setupContext()101 auto& previousContexts = sThreadState.previousContexts; in teardownContext()129 bool isBound() const override { return !sThreadState.previousContexts.empty(); } in isBound()