Home
last modified time | relevance | path

Searched defs:worker_thread (Results 1 – 25 of 86) sorted by relevance

1234

/external/webrtc/sdk/android/native_unittests/peerconnection/
Dpeer_connection_factory_unittest.cc39 rtc::Thread* worker_thread, in CreateTestPCF()
92 std::unique_ptr<rtc::Thread> worker_thread = rtc::Thread::Create(); in TEST() local
/external/webrtc/pc/
Dconnection_context.h74 rtc::Thread* worker_thread() { return worker_thread_.get(); } in worker_thread() function
75 const rtc::Thread* worker_thread() const { return worker_thread_.get(); } in worker_thread() function
Dvideo_track.cc26 rtc::Thread* worker_thread) in VideoTrack()
134 rtc::Thread* worker_thread) { in Create()
Dvideo_track_source_proxy.cc22 rtc::Thread* worker_thread, in CreateVideoTrackSourceProxy()
Drtp_sender.cc150 RtpSenderBase::RtpSenderBase(rtc::Thread* worker_thread, in RtpSenderBase()
599 rtc::Thread* worker_thread, in Create()
607 AudioRtpSender::AudioRtpSender(rtc::Thread* worker_thread, in AudioRtpSender()
752 rtc::Thread* worker_thread, in Create()
759 VideoRtpSender::VideoRtpSender(rtc::Thread* worker_thread, in VideoRtpSender()
Daudio_rtp_receiver.cc27 rtc::Thread* worker_thread, in AudioRtpReceiver()
39 rtc::Thread* worker_thread, in AudioRtpReceiver()
Dpeer_connection_factory.h108 rtc::Thread* worker_thread() const { return context_->worker_thread(); } in worker_thread() function
Dvideo_rtp_receiver.cc26 VideoRtpReceiver::VideoRtpReceiver(rtc::Thread* worker_thread, in VideoRtpReceiver()
34 rtc::Thread* worker_thread, in VideoRtpReceiver()
Drtp_transmission_manager.h212 rtc::Thread* worker_thread() const { return context_->worker_thread(); } in worker_thread() function
Dchannel.h92 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
/external/sdv/vsomeip/third_party/boost/exception/example/
Dcloning_2.cpp15 worker_thread( boost::exception_ptr & error ) in worker_thread() function
/external/rust/crates/rayon-core/src/
Dregistry.rs295 let worker_thread = Box::into_raw(Box::new(WorkerThread::from(thread))); in new() localVariable
317 let worker_thread = WorkerThread::current(); in current() localVariable
332 let worker_thread = WorkerThread::current(); in current_num_threads() localVariable
406 let worker_thread = WorkerThread::current(); in inject_or_push() localVariable
493 let worker_thread = WorkerThread::current(); in in_worker() localVariable
520 let worker_thread = WorkerThread::current(); in in_worker_cold() localVariable
545 let worker_thread = WorkerThread::current(); in in_worker_cross() localVariable
905 let worker_thread = &WorkerThread::from(thread); in main_loop() localVariable
/external/webrtc/sdk/android/native_api/peerconnection/
Dpeer_connection_factory.cc26 std::unique_ptr<rtc::Thread> worker_thread, in NativeToJavaPeerConnectionFactory()
/external/webrtc/sdk/android/src/jni/pc/
Downed_factory_and_threads.cc21 std::unique_ptr<rtc::Thread> worker_thread, in OwnedFactoryAndThreads()
Downed_factory_and_threads.h45 rtc::Thread* worker_thread() { return worker_thread_.get(); } in worker_thread() function
Dvideo.cc46 rtc::Thread* worker_thread, in CreateVideoSource()
Dpeer_connection_factory.cc122 std::unique_ptr<rtc::Thread> worker_thread, in NativeToScopedJavaPeerConnectionFactory()
161 std::unique_ptr<rtc::Thread> worker_thread, in NativeToJavaPeerConnectionFactory()
259 std::unique_ptr<rtc::Thread> worker_thread = rtc::Thread::Create(); in CreatePeerConnectionFactoryForJava() local
/external/webrtc/api/
Dcreate_peerconnection_factory.cc32 rtc::Thread* worker_thread, in CreatePeerConnectionFactory()
/external/webrtc/rtc_base/
Drtc_certificate_generator.cc63 Thread* worker_thread) in RTCCertificateGenerator()
/external/ltp/testcases/realtime/func/pi-tests/
Dsbrk_mutex.c76 void *worker_thread(void *arg) in worker_thread() function
/external/webrtc/pc/test/
Dfake_peer_connection_for_stats.h85 VoiceChannelForTesting(rtc::Thread* worker_thread, in VoiceChannelForTesting()
114 VideoChannelForTesting(rtc::Thread* worker_thread, in VideoChannelForTesting()
350 rtc::Thread* worker_thread() const override { return worker_thread_; } in worker_thread() function
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Duser_scheduler.hpp77 void worker_thread() in worker_thread() function in boost::user_scheduler
/external/cronet/base/task/
Dcancelable_task_tracker_unittest.cc46 Thread worker_thread("worker thread"); in TEST_F() local
126 Thread worker_thread("worker thread"); in TEST_F() local
/external/crosvm/base/src/
Dlib.rs26 mod worker_thread; module
/external/libchrome/base/task/
Dcancelable_task_tracker_unittest.cc85 Thread worker_thread("worker thread"); in TEST_F() local
165 Thread worker_thread("worker thread"); in TEST_F() local

1234