Searched refs:AllowInvokesToThread (Results 1 – 4 of 4) sorted by relevance
115 signaling_thread_->AllowInvokesToThread(worker_thread());116 signaling_thread_->AllowInvokesToThread(network_thread_);117 worker_thread_->AllowInvokesToThread(network_thread_);128 thread->AllowInvokesToThread(thread); in __anond3b917870302()
842 void Thread::AllowInvokesToThread(Thread* thread) { in PreRun() function in rtc::Thread845 PostTask([thread, this]() { AllowInvokesToThread(thread); }); in PreRun()
317 thread1->AllowInvokesToThread(thread2.get()); in TEST()318 thread1->AllowInvokesToThread(thread3.get()); in TEST()
330 void AllowInvokesToThread(Thread* thread);