Searched refs:Thread (Results 126 - 150 of 1445) sorted by relevance

1234567891011>>

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dtsd_dtor_leak.cc13 void *Thread(void *) { function
31 pthread_create(&t, 0, Thread, 0);
/external/compiler-rt/test/tsan/
H A Dbenign_race.cc18 void *Thread(void *x) { function
31 pthread_create(&t, 0, Thread, 0);
H A Dignore_free.cc14 void *Thread(void *p) { function
22 pthread_create(&t, 0, Thread, p);
H A Dignore_malloc.cc16 void *Thread(void *a) { function
26 pthread_create(&t, 0, Thread, 0);
H A Dignore_race.cc13 void *Thread(void *x) { function
24 pthread_create(&t, 0, Thread, 0);
H A Djava_alloc.cc16 void *Thread(void *p) { function
25 pthread_create(&th, 0, Thread, (void*)(jheap + kHeapSize / 4));
H A Djava_lock.cc8 void *Thread(void *p) { function
25 pthread_create(&th, 0, Thread, 0);
H A Djava_race_move.cc7 void *Thread(void *p) { function
23 pthread_create(&th, 0, Thread, 0);
H A Djava_rwlock.cc8 void *Thread(void *p) { function
25 pthread_create(&th, 0, Thread, 0);
/external/lldb/include/lldb/Target/
H A DUnwindAssembly.h31 Thread& thread,
36 Thread& thread,
/external/valgrind/main/helgrind/tests/
H A Dfree_is_write.stderr.exp3 ---Thread-Announcement------------------------------------------
5 Thread #x was created
10 ---Thread-Announcement------------------------------------------
12 Thread #x is the program's root thread
H A Dhg03_inherit.stderr.exp2 ---Thread-Announcement------------------------------------------
4 Thread #x was created
9 ---Thread-Announcement------------------------------------------
11 Thread #x is the program's root thread
H A Dlocked_vs_unlocked3.stderr.exp1 ---Thread-Announcement------------------------------------------
3 Thread #x was created
8 ---Thread-Announcement------------------------------------------
10 Thread #x was created
H A Drwlock_race.stderr.exp2 ---Thread-Announcement------------------------------------------
4 Thread #x was created
9 ---Thread-Announcement------------------------------------------
11 Thread #x was created
H A Dtc10_rec_lock.stderr.exp9 ---Thread-Announcement------------------------------------------
11 Thread #x is the program's root thread
15 Thread #x unlocked a not-locked lock at 0x........
26 Thread #x's call to pthread_mutex_unlock failed
/external/chromium_org/base/threading/
H A Dthread_unittest.cc15 using base::Thread;
27 class SleepInsideInitThread : public Thread {
29 SleepInsideInitThread() : Thread("none") {
48 // Thread::Init() was called.
54 // Thread::CleanUp() was called.
63 class CaptureToEventList : public Thread {
65 // This Thread pushes events into the vector |event_list| to show
69 : Thread("none"),
118 Thread a("Restart");
140 Thread
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DUninterruptibles.java63 Thread.currentThread().interrupt();
91 Thread.currentThread().interrupt();
97 * Invokes {@code toJoin.}{@link Thread#join() join()} uninterruptibly.
99 public static void joinUninterruptibly(Thread toJoin) {
112 Thread.currentThread().interrupt();
139 Thread.currentThread().interrupt();
172 Thread.currentThread().interrupt();
179 * {@code unit.}{@link TimeUnit#timedJoin(Thread, long)
182 public static void joinUninterruptibly(Thread toJoin,
201 Thread
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRefQueueWorker.java70 protected volatile Thread workerThread;
101 this.workerThread = Thread.currentThread();
104 while (this.workerThread == Thread.currentThread()) {
125 Thread wt = this.workerThread;
H A DWaitingThread.java65 private Thread waiter;
117 public final Thread getThread() {
150 "\ncaller: " + Thread.currentThread() +
157 this.waiter = Thread.currentThread();
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dthread_test.js13 var Thread = tracing.trace_model.Thread;
19 var t = new Thread(new Process(model, 7), 1);
27 var t = new Thread(new Process(model, 7), 1);
36 var t = new Thread(new Process(model, 7), 1);
46 var t = new Thread(new Process(model, 7), 1);
55 var t = new Thread(new Process(model, 7), 1);
75 var t = new Thread(new Process(model, 7), 1);
/external/chromium_org/chrome/service/
H A Dservice_process.h60 base::Thread* io_thread() const {
66 base::Thread* file_thread() const {
126 scoped_ptr<base::Thread> io_thread_;
127 scoped_ptr<base::Thread> file_thread_;
/external/chromium_org/content/common/sandbox_linux/
H A Dsandbox_linux.h21 class Thread;
60 static void StopThread(base::Thread* thread);
106 void StopThreadImpl(base::Thread* thread);
121 void StopThreadAndEnsureNotCounted(base::Thread* thread) const;
/external/chromium_org/mojo/public/cpp/utility/tests/
H A Dthread_unittest.cc13 class SetIntThread : public Thread {
20 : Thread(options),
58 Thread::Options options;
99 Thread::Options options;
/external/chromium_org/ppapi/nacl_irt/
H A Dplugin_startup.cc24 base::Thread* g_io_thread = NULL;
66 g_io_thread = new base::Thread("Chrome_NaClIOThread");
68 base::Thread::Options(base::MessageLoop::TYPE_IO, 0));
105 base::Thread* GetIOThread() {
/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor.h23 class Thread;
97 explicit CpuMonitor(Thread* thread);
99 void set_thread(Thread* thread);
114 Thread* monitor_thread_;

Completed in 390 milliseconds

1234567891011>>