Searched refs:AllowInvokesToThread (Results 1 – 4 of 4) sorted by relevance
111 signaling_thread_->AllowInvokesToThread(worker_thread_); in PeerConnectionFactory()112 signaling_thread_->AllowInvokesToThread(network_thread_); in PeerConnectionFactory()113 worker_thread_->AllowInvokesToThread(network_thread_); in PeerConnectionFactory()
979 void Thread::AllowInvokesToThread(Thread* thread) { in PreRun() function in rtc::Thread983 [thread, this]() { AllowInvokesToThread(thread); })); in PreRun()
344 void AllowInvokesToThread(Thread* thread);
312 thread1->AllowInvokesToThread(thread2.get()); in TEST()313 thread1->AllowInvokesToThread(thread3.get()); in TEST()