Searched refs:InvokeInternal (Results 1 – 2 of 2) sorted by relevance
330 InvokeInternal(posted_from, [functor, &result] { result = functor(); }); in Invoke()338 InvokeInternal(posted_from, functor); in Invoke()563 void InvokeInternal(const Location& posted_from,
936 void Thread::InvokeInternal(const Location& posted_from, in PreRun() function in rtc::Thread