Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/pc/
H A Dconnection_context.cc115 signaling_thread_->AllowInvokesToThread(worker_thread());
116 signaling_thread_->AllowInvokesToThread(network_thread_);
117 worker_thread_->AllowInvokesToThread(network_thread_);
128 thread->AllowInvokesToThread(thread); in __anond3b917870302()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dthread.cc842 void Thread::AllowInvokesToThread(Thread* thread) { in PreRun() function in rtc::Thread
845 PostTask([thread, this]() { AllowInvokesToThread(thread); }); in PreRun()
H A Dthread_unittest.cc317 thread1->AllowInvokesToThread(thread2.get()); in TEST()
318 thread1->AllowInvokesToThread(thread3.get()); in TEST()
H A Dthread.h330 void AllowInvokesToThread(Thread* thread);