Searched refs:impl_thread_is_overridden_ (Results 1 – 3 of 3) sorted by relevance
25 if (impl_thread_is_overridden_) in IsMainThread()35 if (impl_thread_is_overridden_) in IsImplThread()47 impl_thread_is_overridden_ = is_impl_thread; in SetCurrentThreadIsImplThread()72 impl_thread_is_overridden_(false),
133 previous_value_ = proxy_->impl_thread_is_overridden_; in DebugScopedSetImplThread()156 previous_value_ = proxy_->impl_thread_is_overridden_; in DebugScopedSetMainThread()
116 bool impl_thread_is_overridden_; variable