/external/valgrind/main/helgrind/tests/ |
tc03_re_excl.c | 16 static void* worker_thread ( void* argV ) function 30 pthread_create(&thread_id, 0, worker_thread, (void*)x);
|
/external/chromium_org/chrome/test/functional/media/ |
media_seek_perf.py | 20 import worker_thread namespace 43 class SeekWorkerThread(worker_thread.WorkerThread): 111 if worker_thread.RunWorkerThreads(self, SeekWorkerThread, tasks,
|
media_constrained_network_perf.py | 31 import worker_thread namespace 74 class CNSWorkerThread(worker_thread.WorkerThread): 82 worker_thread.WorkerThread.__init__(self, *args, **kwargs) 188 if worker_thread.RunWorkerThreads(self, CNSWorkerThread, tasks, 1, 204 if worker_thread.RunWorkerThreads(self, CNSWorkerThread, tasks,
|
/external/chromium_org/content/worker/ |
websharedworker_stub.cc | 14 #include "content/worker/worker_thread.h" 31 WorkerThread* worker_thread = WorkerThread::current(); local 32 DCHECK(worker_thread); 33 worker_thread->AddWorkerStub(this); 35 worker_thread->AddRoute(route_id_, this); 45 WorkerThread* worker_thread = WorkerThread::current(); local 46 DCHECK(worker_thread); 47 worker_thread->RemoveWorkerStub(this); 48 worker_thread->RemoveRoute(route_id_);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessionmanager.h | 56 talk_base::Thread *worker_thread = NULL); 60 talk_base::Thread *worker_thread() const { return worker_thread_; } function in class:cricket::SessionManager
|
transport.h | 111 talk_base::Thread* worker_thread, 119 talk_base::Thread* worker_thread() { return worker_thread_; } function in class:cricket::Transport
|
session.h | 251 virtual talk_base::Thread *worker_thread() = 0; 293 talk_base::Thread *worker_thread() { function in class:cricket::Session 294 return session_manager_->worker_thread();
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
sessionmanager.h | 56 talk_base::Thread *worker_thread = NULL); 60 talk_base::Thread *worker_thread() const { return worker_thread_; } function in class:cricket::SessionManager
|
transport.h | 194 talk_base::Thread* worker_thread, 203 talk_base::Thread* worker_thread() { return worker_thread_; } function in class:cricket::Transport
|
session.h | 94 talk_base::Thread* worker_thread, 98 : worker_thread_(worker_thread), 258 talk_base::Thread* worker_thread, 266 talk_base::Thread* worker_thread() { return worker_thread_; } function in class:cricket::BaseSession
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
channelmanager.h | 67 talk_base::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::ChannelManager
|
channel.h | 89 talk_base::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::BaseChannel
|
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
sctpdataengine.h | 156 talk_base::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::SctpDataMediaChannel
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channelmanager.h | 81 talk_base::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::ChannelManager 252 talk_base::Thread* worker_thread);
|
channel.h | 90 talk_base::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::BaseChannel
|
channelmanager.cc | 80 ChannelManager::ChannelManager(talk_base::Thread* worker_thread) { 85 worker_thread); local 93 talk_base::Thread* worker_thread) { 94 Construct(me, dme, dm, cm, worker_thread); 99 talk_base::Thread* worker_thread) { 104 worker_thread); 111 talk_base::Thread* worker_thread) { 118 worker_thread_ = worker_thread;
|
/external/bluetooth/bluedroid/hci/src/ |
bt_hci_bdroid.c | 87 pthread_t worker_thread; member in struct:__anon730 229 if (pthread_create(&hc_cb.worker_thread, &thread_attr, \ 237 if(pthread_getschedparam(hc_cb.worker_thread, &policy, ¶m)==0) 243 result = pthread_setschedparam(hc_cb.worker_thread, policy, ¶m); 376 pthread_join(hc_cb.worker_thread, NULL);
|
/external/chromium_org/remoting/host/win/ |
unprivileged_process_delegate.cc | 309 ScopedHandle worker_thread; local 319 &worker_thread)) {
|
wts_session_process_delegate.cc | 394 ScopedHandle worker_thread; local 404 &worker_thread)) { 418 if (!ResumeThread(worker_thread)) {
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
peerconnectionfactory.cc | 133 talk_base::Thread* worker_thread, 140 worker_thread, signaling_thread, default_adm, 159 talk_base::Thread* worker_thread, 166 worker_thread_(worker_thread), 170 ASSERT(worker_thread != NULL); 372 talk_base::Thread* PeerConnectionFactory::worker_thread() { function in class:webrtc::PeerConnectionFactory
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoengine.h | 103 bool Init(talk_base::Thread* worker_thread); 151 talk_base::Thread* worker_thread() { return worker_thread_; } function in class:cricket::WebRtcVideoEngine 389 talk_base::MessageQueue* worker_thread() { return engine_->worker_thread(); } function in class:cricket::WebRtcVideoMediaChannel
|