Searched refs:Thread (Results 326 - 350 of 1445) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ui/compositor/test/
H A Din_process_context_factory.h11 class Thread;
45 scoped_ptr<base::Thread> compositor_thread_;
/external/chromium_org/v8/src/base/platform/
H A Dcondition-variable-unittest.cc32 class ThreadWithMutexAndConditionVariable FINAL : public Thread {
35 : Thread(Options("ThreadWithMutexAndConditionVariable")),
111 class ThreadWithSharedMutexAndConditionVariable FINAL : public Thread {
114 : Thread(Options("ThreadWithSharedMutexAndConditionVariable")),
221 class LoopIncrementThread FINAL : public Thread {
225 : Thread(Options("LoopIncrementThread")),
278 Thread** threads = new Thread* [thread_count];
/external/chromium_org/v8/src/heap/
H A Dsweeper-thread.cc18 : Thread(Thread::Options("v8:SweeperThread", kSweeperThreadStackSize)),
/external/compiler-rt/lib/tsan/benchmarks/
H A Dmini_bench_local.cc17 void *Thread(void *arg) { function
19 printf("Thread %ld started\n", idx);
22 printf("Thread %ld done\n", idx);
41 pthread_create(&t[i], 0, Thread, (void*)i);
H A Dmini_bench_shared.cc17 void *Thread(void *arg) { function
19 printf("Thread %ld started\n", idx);
22 printf("Thread %ld done\n", idx);
43 pthread_create(&t[i], 0, Thread, (void*)i);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Duar_signals.cc52 void *Thread(void *) { function
65 pthread_create(&t[i], 0, Thread, 0);
/external/compiler-rt/test/asan/TestCases/
H A Dgc-test.cc13 void *Thread(void *unused) { function
46 pthread_create(&t[i], 0, Thread, 0);
/external/compiler-rt/test/tsan/
H A Datomic_norace.cc35 void *Thread(void *p) { function
49 pthread_create(&t, 0, Thread, 0);
H A Datomic_race.cc35 void *Thread(void *p) { function
49 pthread_create(&t, 0, Thread, 0);
H A Djava_move_overlap.cc15 void *Thread(void *p) { function
55 pthread_create(&th, 0, Thread, 0);
H A Dunaligned_norace.cc69 void *Thread(void *p) { function
77 pthread_create(&th, 0, Thread, 0);
/external/deqp/execserver/
H A DxsPosixTestProcess.hpp40 class CaseListWriter : public de::Thread
57 class PipeReader : public de::Thread
/external/deqp/framework/delibs/decpp/
H A DdeBlockBuffer.cpp59 class Consumer : public Thread
122 class Producer : public Thread
228 class Producer : public Thread
265 class Consumer : public Thread
309 vector<Thread*> threads;
320 for (vector<Thread*>::iterator i = threads.begin(); i != threads.end(); i++)
330 for (vector<Thread*>::iterator i = threads.begin(); i != threads.end(); i++)
337 for (vector<Thread*>::iterator thread = threads.begin(); thread != threads.end(); ++thread)
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractCheckedFuture.java54 * {@link Thread#interrupted()}.
80 Thread.currentThread().interrupt();
109 Thread.currentThread().interrupt();
/external/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h17 #include "lldb/Target/Thread.h"
25 ThreadPlanStepOut (Thread &thread,
70 Thread::QueueThreadPlanForStepOut (bool abort_other_plans,
H A DThreadPlanStepThrough.h17 #include "lldb/Target/Thread.h"
40 ThreadPlanStepThrough (Thread &thread,
52 Thread::QueueThreadPlanForStepThrough (StackID &return_stack_id,
H A DThreadPlanStepUntil.h17 #include "lldb/Target/Thread.h"
40 ThreadPlanStepUntil (Thread &thread,
65 Thread::QueueThreadPlanForStepUntil (bool abort_other_plans,
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpKeepAliveTest.java69 Thread t = new Thread(null, r, "Request Thread", 1 << 17);
/external/valgrind/main/drd/tests/
H A Dread_and_free_race.stderr.exp3 Thread 2:
/external/valgrind/main/gdbserver_tests/
H A DmcinfcallWSRU.stderr.exp6 pid .... Thread .... thread 1 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb
/external/valgrind/main/helgrind/tests/
H A Dhg04_race.stderr.exp2 ---Thread-Announcement------------------------------------------
4 Thread #x was created
9 ---Thread-Announcement------------------------------------------
11 Thread #x was created
H A Dhg05_race2.stderr.exp2 ---Thread-Announcement------------------------------------------
4 Thread #x was created
9 ---Thread-Announcement------------------------------------------
11 Thread #x was created
H A Dtc21_pthonce.stderr.exp2 ---Thread-Announcement------------------------------------------
4 Thread #x was created
9 ---Thread-Announcement------------------------------------------
11 Thread #x was created
/external/valgrind/main/memcheck/tests/
H A Dthreadname.stderr.exp9 Thread 2:
20 Thread 3 try1:
31 Thread 4 012345678901234:
42 Thread 1:
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLServerSocketImplTest.java64 Thread thread = new Thread() {
83 Thread.sleep(500);
128 Thread thread = new Thread() {
147 Thread.sleep(500);
192 Thread thread = new Thread() {
211 Thread.sleep(500);
256 Thread threa
[all...]

Completed in 2713 milliseconds

<<11121314151617181920>>