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

  /external/valgrind/helgrind/tests/
tc03_re_excl.c 16 static void* worker_thread ( void* argV ) function
30 pthread_create(&thread_id, 0, worker_thread, (void*)x);
  /system/bt/osi/test/
future_test.cc 41 thread_t* worker_thread = thread_new("worker thread"); local
42 thread_post(worker_thread, post_to_future, future);
46 thread_free(worker_thread);
  /external/ltp/testcases/realtime/func/pi-tests/
sbrk_mutex.c 78 void *worker_thread(void *arg) function
136 create_fifo_thread(worker_thread, (void *)t,
  /external/fio/
workqueue.c 129 static void *worker_thread(void *data) function
292 ret = pthread_create(&sw->thread, NULL, worker_thread, sw);
  /external/webrtc/talk/app/webrtc/
peerconnectionfactory.cc 99 rtc::Thread* worker_thread,
105 new rtc::RefCountedObject<PeerConnectionFactory>(worker_thread,
137 rtc::Thread* worker_thread,
145 worker_thread_(worker_thread),
149 ASSERT(worker_thread != NULL);
318 rtc::Thread* PeerConnectionFactory::worker_thread() { function in class:webrtc::PeerConnectionFactory
webrtcsession.h 156 rtc::Thread* worker_thread,
162 rtc::Thread* worker_thread() const { return worker_thread_; } function in class:webrtc::WebRtcSession
  /external/webrtc/talk/session/media/
channelmanager.h 74 rtc::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::ChannelManager
187 rtc::Thread* worker_thread);
channel.h 96 rtc::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::BaseChannel
  /device/generic/car/emulator/audio/driver/
audio_hw.h 59 pthread_t worker_thread; // Constant after init member in struct:generic_stream_out
85 pthread_t worker_thread; // Constant after init member in struct:generic_stream_in
  /external/ltp/testcases/realtime/func/prio-preempt/
prio-preempt.c 161 void *worker_thread(void *arg) function
265 create_fifo_thread(worker_thread, (void *)(intptr_t) i,
  /external/ltp/testcases/realtime/func/prio-wake/
prio-wake.c 130 void *worker_thread(void *arg) function
209 create_fifo_thread(worker_thread, (void *)(intptr_t) i, prio);
  /external/webrtc/talk/media/sctp/
sctpdataengine.h 172 rtc::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::SctpDataMediaChannel
  /external/webrtc/webrtc/p2p/base/
transportcontroller.h 33 rtc::Thread* worker_thread,
39 rtc::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::TransportController
  /external/ltp/testcases/kernel/io/direct_io/
dma_thread_diotest.c 157 static void *worker_thread(void *arg) function
290 worker_thread, worker + j);
  /system/bt/btif/src/
btif_a2dp_sink.cc 77 thread_t* worker_thread; member in struct:__anon1742
143 btif_a2dp_sink_cb.worker_thread = thread_new("btif_a2dp_sink_worker_thread");
144 if (btif_a2dp_sink_cb.worker_thread == NULL) {
157 thread_get_reactor(btif_a2dp_sink_cb.worker_thread),
161 thread_post(btif_a2dp_sink_cb.worker_thread, btif_a2dp_sink_init_delayed,
175 thread_post(btif_a2dp_sink_cb.worker_thread, btif_a2dp_sink_startup_delayed,
189 thread_post(btif_a2dp_sink_cb.worker_thread,
229 thread_post(btif_a2dp_sink_cb.worker_thread,
242 thread_post(btif_a2dp_sink_cb.worker_thread, btif_a2dp_sink_shutdown_delayed,
257 thread_t* worker_thread; local
    [all...]
  /external/fio/t/
dedupe.c 32 struct worker_thread { struct
278 static int do_work(struct worker_thread *thread, void *buf)
313 struct worker_thread *thread = data;
334 static void show_progress(struct worker_thread *threads, unsigned long total)
379 struct worker_thread *threads;
388 threads = malloc(num_threads * sizeof(struct worker_thread));
390 memset(&threads[i], 0, sizeof(struct worker_thread));
  /external/pdfium/third_party/libopenjpeg20/
thread.c 600 opj_worker_thread_t* worker_thread; member in struct:opj_worker_thread_list_t
622 opj_worker_thread_t* worker_thread,
658 opj_worker_thread_t* worker_thread; local
663 worker_thread = (opj_worker_thread_t*) user_data;
664 tp = worker_thread->tp;
668 opj_worker_thread_job_t* job = opj_thread_pool_get_next_job(tp, worker_thread,
757 opj_worker_thread_t* worker_thread,
790 if (!worker_thread->marked_as_waiting) {
793 worker_thread->marked_as_waiting = OPJ_TRUE;
806 item->worker_thread = worker_thread
865 opj_worker_thread_t* worker_thread; local
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 186 pthread_t worker_thread; // Constant after init member in struct:generic_stream_out
211 pthread_t worker_thread; // Constant after init member in struct:generic_stream_in
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 1154 Thread* worker_thread = new Thread(); local
    [all...]

Completed in 828 milliseconds