Home
last modified time | relevance | path

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

12

/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
/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/ltp/testcases/realtime/func/pi-tests/
Dsbrk_mutex.c78 void *worker_thread(void *arg) in worker_thread() function
/external/webrtc/talk/media/sctp/
Dsctpdataengine.h172 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
/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()
/external/ltp/testcases/realtime/func/prio-wake/
Dprio-wake.c130 void *worker_thread(void *arg) 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/ltp/testcases/realtime/func/prio-preempt/
Dprio-preempt.c161 void *worker_thread(void *arg) in worker_thread() function
/external/fio/
Dworkqueue.c129 static void *worker_thread(void *data) in worker_thread() function
/external/ltp/testcases/kernel/io/direct_io/
Ddma_thread_diotest.c157 static void *worker_thread(void *arg) in worker_thread() function
/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

12