Home
last modified time | relevance | path

Searched refs:AllowInvokesToThread (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/pc/
Dpeer_connection_factory.cc111 signaling_thread_->AllowInvokesToThread(worker_thread_); in PeerConnectionFactory()
112 signaling_thread_->AllowInvokesToThread(network_thread_); in PeerConnectionFactory()
113 worker_thread_->AllowInvokesToThread(network_thread_); in PeerConnectionFactory()
/external/webrtc/rtc_base/
Dthread.cc979 void Thread::AllowInvokesToThread(Thread* thread) { in PreRun() function in rtc::Thread
983 [thread, this]() { AllowInvokesToThread(thread); })); in PreRun()
Dthread.h344 void AllowInvokesToThread(Thread* thread);
Dthread_unittest.cc312 thread1->AllowInvokesToThread(thread2.get()); in TEST()
313 thread1->AllowInvokesToThread(thread3.get()); in TEST()