Home | History | Annotate | Download | only in base

Lines Matching refs:thread_

168     if (thread_ == nullptr)
170 invoker_.AsyncInvoke<ReturnT, FunctorT>(thread_, functor, id);
181 if (thread_ == nullptr)
183 invoker_.AsyncInvokeDelayed<ReturnT, FunctorT>(thread_, functor, delay_ms,
196 if (thread_ == nullptr)
198 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(thread_, functor, callback,
211 if (thread_ == nullptr)
213 invoker_.AsyncInvoke<ReturnT, FunctorT, HostT>(thread_, functor, callback,
219 // Callback when |thread_| is destroyed.
223 Thread* thread_ GUARDED_BY(crit_);