| /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.cpp | 42 thread_t *worker_thread = thread_new("worker thread"); local 43 thread_post(worker_thread, post_to_future, future); 47 thread_free(worker_thread);
|
| /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
|
| /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/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/webrtc/talk/app/webrtc/java/jni/ |
| peerconnection_jni.cc | 1154 Thread* worker_thread = new Thread(); local [all...] |
| /system/bt/btif/src/ |
| btif_media_task.c | 408 static thread_t *worker_thread; variable 902 worker_thread = thread_new("media_worker"); 903 if (worker_thread == NULL) 907 thread_get_reactor(worker_thread), 911 thread_post(worker_thread, btif_media_thread_init, NULL); 932 thread_post(worker_thread, btif_media_thread_cleanup, NULL); 933 thread_free(worker_thread); 934 worker_thread = NULL; [all...] |