HomeSort by relevance Sort by last modified time
    Searched defs:worker_thread (Results 1 - 22 of 22) sorted by null

  /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);
46 WorkerThread* worker_thread = WorkerThread::current(); local
47 DCHECK(worker_thread);
48 worker_thread->RemoveWorkerStub(this);
49 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 193 talk_base::Thread* worker_thread,
202 talk_base::Thread* worker_thread() { return worker_thread_; } function in class:cricket::Transport
session.h 247 talk_base::Thread* worker_thread,
255 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 149 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
247 talk_base::Thread* worker_thread);
channel.h 80 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:__anon3444
229 if (pthread_create(&hc_cb.worker_thread, &thread_attr, \
237 if(pthread_getschedparam(hc_cb.worker_thread, &policy, &param)==0)
243 result = pthread_setschedparam(hc_cb.worker_thread, policy, &param);
376 pthread_join(hc_cb.worker_thread, NULL);
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 303 ScopedHandle worker_thread; local
313 &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);
373 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);
150 talk_base::Thread* worker_thread() { return worker_thread_; } function in class:cricket::WebRtcVideoEngine
387 talk_base::MessageQueue* worker_thread() { return engine_->worker_thread(); } function in class:cricket::WebRtcVideoMediaChannel
  /external/chromium_org/third_party/mongoose/
mongoose.c 3994 static void worker_thread(struct mg_context *ctx) { function
    [all...]

Completed in 273 milliseconds