Home
last modified time | relevance | path

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

/external/fio/t/
Ddedupe.c32 struct worker_thread { struct
33 pthread_t thread;
35 volatile int done;
37 int fd;
38 uint64_t cur_offset;
39 uint64_t size;
41 unsigned long items;
42 unsigned long dupes;
43 int err;
/external/webrtc/talk/app/webrtc/
Dmediacontroller.cc44 MediaController(rtc::Thread* worker_thread, in MediaController()
92 rtc::Thread* worker_thread, in Create()
Dpeerconnectionfactory.cc99 rtc::Thread* worker_thread, in CreatePeerConnectionFactory()
137 rtc::Thread* worker_thread, in PeerConnectionFactory()
318 rtc::Thread* PeerConnectionFactory::worker_thread() { in worker_thread() function in webrtc::PeerConnectionFactory
Ddtlsidentitystore.cc123 rtc::Thread* worker_thread) in DtlsIdentityStoreImpl()
Dwebrtcsession.h162 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
Dwebrtcsession.cc544 rtc::Thread* worker_thread, in WebRtcSession()
Dwebrtcsession_unittest.cc241 rtc::Thread* worker_thread, in WebRtcSessionForTest()
/external/valgrind/helgrind/tests/
Dtc03_re_excl.c16 static void* worker_thread ( void* argV ) in worker_thread() function
/external/webrtc/talk/session/media/
Dmediamonitor.h69 MediaMonitorT(MC* media_channel, rtc::Thread* worker_thread, in MediaMonitorT()
Dmediamonitor.cc41 MediaMonitor::MediaMonitor(rtc::Thread* worker_thread, in MediaMonitor()
Dchannelmanager.h74 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
Dchannelmanager.cc83 rtc::Thread* worker_thread) { in ChannelManager()
88 rtc::Thread* worker_thread) { in ChannelManager()
98 rtc::Thread* worker_thread) { in Construct()
Dchannel.h96 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
/external/webrtc/webrtc/p2p/client/
Dsocketmonitor.cc25 rtc::Thread* worker_thread, in ConnectionMonitor()
Dfakeportallocator.h85 FakePortAllocatorSession(rtc::Thread* worker_thread, in FakePortAllocatorSession()
143 FakePortAllocator(rtc::Thread* worker_thread, in FakePortAllocator()
/external/webrtc/talk/media/sctp/
Dsctpdataengine.h172 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
/external/libchrome/base/task/
Dcancelable_task_tracker_unittest.cc84 Thread worker_thread("worker thread"); in TEST_F() local
164 Thread worker_thread("worker thread"); in TEST_F() local
/external/webrtc/webrtc/p2p/base/
Dtransportcontroller.h39 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
Dfaketransportcontroller.h481 explicit FakeTransportController(rtc::Thread* worker_thread) in FakeTransportController()
485 FakeTransportController(rtc::Thread* worker_thread, IceRole role) in FakeTransportController()
Dtransportcontroller.cc41 rtc::Thread* worker_thread, in TransportController()
/external/webrtc/talk/media/base/
Dmediaengine.h143 virtual bool Init(rtc::Thread* worker_thread) { in Init()
Dfakemediaengine.h728 bool Init(rtc::Thread* worker_thread) { return true; } in Init()
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1077 OwnedFactoryAndThreads(Thread* worker_thread, in OwnedFactoryAndThreads()
1154 Thread* worker_thread = new Thread(); in JOW() local
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc503 bool WebRtcVoiceEngine::Init(rtc::Thread* worker_thread) { in Init()