Home
last modified time | relevance | path

Searched refs:calling_thread (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dasyncinvoker-inl.h61 NotifyingAsyncClosureBase(AsyncInvoker* invoker, Thread* calling_thread);
83 Thread* calling_thread, in NotifyingAsyncClosure() argument
87 : NotifyingAsyncClosureBase(invoker, calling_thread), in NotifyingAsyncClosure()
111 Thread* calling_thread, in NotifyingAsyncClosure() argument
115 : NotifyingAsyncClosureBase(invoker, calling_thread), in NotifyingAsyncClosure()
Dasyncinvoker.cc104 Thread* calling_thread) in NotifyingAsyncClosureBase() argument
105 : invoker_(invoker), calling_thread_(calling_thread) { in NotifyingAsyncClosureBase()
106 calling_thread->SignalQueueDestroyed.connect( in NotifyingAsyncClosureBase()