/external/fio/t/ |
D | dedupe.c | 32 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/ |
D | mediacontroller.cc | 44 MediaController(rtc::Thread* worker_thread, in MediaController() 92 rtc::Thread* worker_thread, in Create()
|
D | peerconnectionfactory.cc | 99 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
|
D | dtlsidentitystore.cc | 123 rtc::Thread* worker_thread) in DtlsIdentityStoreImpl()
|
D | webrtcsession.h | 162 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
|
/external/valgrind/helgrind/tests/ |
D | tc03_re_excl.c | 16 static void* worker_thread ( void* argV ) in worker_thread() function
|
/external/webrtc/talk/session/media/ |
D | mediamonitor.h | 69 MediaMonitorT(MC* media_channel, rtc::Thread* worker_thread, in MediaMonitorT()
|
D | mediamonitor.cc | 41 MediaMonitor::MediaMonitor(rtc::Thread* worker_thread, in MediaMonitor()
|
D | channelmanager.h | 74 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
|
D | channelmanager.cc | 83 rtc::Thread* worker_thread) { in ChannelManager() 88 rtc::Thread* worker_thread) { in ChannelManager() 98 rtc::Thread* worker_thread) { in Construct()
|
D | channel.h | 96 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
|
/external/webrtc/webrtc/p2p/client/ |
D | socketmonitor.cc | 25 rtc::Thread* worker_thread, in ConnectionMonitor()
|
D | fakeportallocator.h | 85 FakePortAllocatorSession(rtc::Thread* worker_thread, in FakePortAllocatorSession() 143 FakePortAllocator(rtc::Thread* worker_thread, in FakePortAllocator()
|
/external/ltp/testcases/realtime/func/pi-tests/ |
D | sbrk_mutex.c | 78 void *worker_thread(void *arg) in worker_thread() function
|
/external/webrtc/talk/media/sctp/ |
D | sctpdataengine.h | 172 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
|
/external/webrtc/webrtc/p2p/base/ |
D | transportcontroller.h | 39 rtc::Thread* worker_thread() const { return worker_thread_; } in worker_thread() function
|
D | faketransportcontroller.h | 481 explicit FakeTransportController(rtc::Thread* worker_thread) in FakeTransportController() 485 FakeTransportController(rtc::Thread* worker_thread, IceRole role) in FakeTransportController()
|
D | transportcontroller.cc | 41 rtc::Thread* worker_thread, in TransportController()
|
/external/webrtc/talk/media/base/ |
D | mediaengine.h | 143 virtual bool Init(rtc::Thread* worker_thread) { in Init()
|
/external/ltp/testcases/realtime/func/prio-wake/ |
D | prio-wake.c | 130 void *worker_thread(void *arg) in worker_thread() function
|
/external/libchrome/base/task/ |
D | cancelable_task_tracker_unittest.cc | 84 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/ |
D | prio-preempt.c | 161 void *worker_thread(void *arg) in worker_thread() function
|
/external/fio/ |
D | workqueue.c | 129 static void *worker_thread(void *data) in worker_thread() function
|
/external/ltp/testcases/kernel/io/direct_io/ |
D | dma_thread_diotest.c | 157 static void *worker_thread(void *arg) in worker_thread() function
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 1077 OwnedFactoryAndThreads(Thread* worker_thread, in OwnedFactoryAndThreads() 1154 Thread* worker_thread = new Thread(); in JOW() local
|