HomeSort by relevance Sort by last modified time
    Searched defs:worker_thread (Results 1 - 15 of 15) 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/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h 56 rtc::Thread *worker_thread = NULL);
60 rtc::Thread *worker_thread() const { return worker_thread_; } function in class:cricket::SessionManager
transport.h 201 rtc::Thread* worker_thread,
210 rtc::Thread* worker_thread() { return worker_thread_; } function in class:cricket::Transport
session.h 94 rtc::Thread* worker_thread,
98 : worker_thread_(worker_thread),
271 rtc::Thread* worker_thread,
280 rtc::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::BaseSession
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 87 thread_t *worker_thread; member in struct:__anon5785
221 if (hc_cb.worker_thread)
222 thread_post(hc_cb.worker_thread, event_rx, NULL);
230 if (hc_cb.worker_thread) {
233 thread_post(hc_cb.worker_thread, event_tx, NULL);
242 if (hc_cb.worker_thread)
243 thread_post(hc_cb.worker_thread, event_lpm_idle_timeout, NULL);
261 thread_free(hc_cb.worker_thread);
264 hc_cb.worker_thread = NULL;
355 if (hc_cb.worker_thread)
    [all...]
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 306 ScopedHandle worker_thread; local
316 &worker_thread)) {
wts_session_process_delegate.cc 394 ScopedHandle worker_thread; local
404 &worker_thread)) {
417 if (!ResumeThread(worker_thread.Get())) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionfactory.cc 128 rtc::Thread* worker_thread,
134 new rtc::RefCountedObject<PeerConnectionFactory>(worker_thread,
156 rtc::Thread* worker_thread,
163 worker_thread_(worker_thread),
167 ASSERT(worker_thread != NULL);
377 rtc::Thread* PeerConnectionFactory::worker_thread() { function in class:webrtc::PeerConnectionFactory
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.h 164 rtc::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::SctpDataMediaChannel
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.h 84 rtc::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::ChannelManager
259 rtc::Thread* worker_thread);
channel.h 88 rtc::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::BaseChannel
channelmanager.cc 80 ChannelManager::ChannelManager(rtc::Thread* worker_thread) {
85 worker_thread); local
93 rtc::Thread* worker_thread) {
94 Construct(me, dme, dm, cm, worker_thread);
99 rtc::Thread* worker_thread) {
104 worker_thread);
111 rtc::Thread* worker_thread) {
118 worker_thread_ = worker_thread;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 107 bool Init(rtc::Thread* worker_thread);
155 rtc::Thread* worker_thread() { return worker_thread_; } function in class:cricket::WebRtcVideoEngine
416 rtc::MessageQueue* worker_thread() { return engine_->worker_thread(); } function in class:cricket::WebRtcVideoMediaChannel
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 1008 static void *worker_thread(void *__tdata) function
1235 ret = pthread_create(pthreads + t, NULL, worker_thread, td);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 2835 Thread* worker_thread = new Thread(); local
    [all...]

Completed in 1718 milliseconds