Searched refs:active_context_ (Results 1 – 3 of 3) sorted by relevance
114 active_context_ = kSharedContext; in Local()125 active_context_ = kSharedContext; in Local()133 if (cw.first != active_context_) { in ~Local()146 if (cw.first != active_context_) { in Publish()165 if (cw.first != active_context_ && in IsEmpty()186 if (is_per_context_mode_ && active_context_ != kSharedContext) { in ShareWork()196 active_context_ == kSharedContext in MergeOnHold()206 if (cw.first != active_context_ && !cw.second->IsLocalEmpty()) { in PopContext()213 if (cw.first != active_context_ && cw.second->Pop(object)) { in PopContext()232 return active_context_; in SwitchToContextSlow()
77 if (context == active_context_) return context; in SwitchToContext()92 active_context_ = context; in SwitchToContext()
184 Address Context() const { return active_context_; } in Context()201 Address active_context_; variable