/external/compiler-rt/lib/tsan/lit_tests/ |
tsan-vs-gvn.cc | 22 void *Thread2(void *x) { 31 pthread_create(&t[1], NULL, Thread2, NULL);
|
simple_stack.c | 32 void *Thread2(void *x) { 44 StartThread(&t[1], Thread2); 58 // CHECK-NEXT: #2 Thread2{{.*}} {{.*}}simple_stack.c:33{{(:3)?}} ({{.*}})
|
mutexset6.cc | 19 void *Thread2(void *x) { 47 pthread_create(&t[1], NULL, Thread2, NULL);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
SpinLockTest.cpp | 84 OwnPtr<blink::WebThread> thread2 = adoptPtr(blink::Platform::current()->createThread("thread2")); local 87 thread2->postTask(new Task(WTF::bind(&threadMain, static_cast<char*>(sharedBuffer)))); 90 thread2.clear();
|
/external/qemu/ |
qemu-thread.h | 41 int qemu_thread_equal(QemuThread *thread1, QemuThread *thread2);
|
qemu-thread.c | 184 int qemu_thread_equal(QemuThread *thread1, QemuThread *thread2) 186 return pthread_equal(thread1->thread, thread2->thread);
|
/external/valgrind/unittest/output_tests/ |
fun_hist_test.tmpl | 8 #0 Thread2 .*fun_hist_test.cc:26
|
output_test1.tmpl | 4 #0 Thread2(\(\))? .*output_test1.cc:13
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
clone_test.S | 52 jz thread2 # if so, jump to thrad2 69 thread2: label
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
clone_test.S | 52 jz thread2 # if so, jump to thrad2 69 thread2: label
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vs_state.c | 77 vs->thread2.scratch_space_base_pointer = 79 vs->thread2.per_thread_scratch_space = 82 vs->thread2.scratch_space_base_pointer = 0; 83 vs->thread2.per_thread_scratch_space = 0; 160 offsetof(struct brw_vs_unit_state, thread2), 162 vs->thread2.per_thread_scratch_space,
|
brw_wm_state.c | 119 wm->thread2.scratch_space_base_pointer = 121 wm->thread2.per_thread_scratch_space = 124 wm->thread2.scratch_space_base_pointer = 0; 125 wm->thread2.per_thread_scratch_space = 0; 229 offsetof(struct brw_wm_unit_state, thread2), 231 wm->thread2.per_thread_scratch_space,
|
brw_structs.h | 123 struct thread2 struct 165 struct thread2 thread2; member in struct:brw_clip_unit_state 405 struct thread2 thread2; member in struct:brw_sf_unit_state 472 struct thread2 thread2; member in struct:brw_gs_unit_state 516 struct thread2 thread2; member in struct:brw_vs_unit_state 551 struct thread2 thread2 member in struct:brw_wm_unit_state [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vs_state.c | 77 vs->thread2.scratch_space_base_pointer = 79 vs->thread2.per_thread_scratch_space = 82 vs->thread2.scratch_space_base_pointer = 0; 83 vs->thread2.per_thread_scratch_space = 0; 160 offsetof(struct brw_vs_unit_state, thread2), 162 vs->thread2.per_thread_scratch_space,
|
brw_wm_state.c | 119 wm->thread2.scratch_space_base_pointer = 121 wm->thread2.per_thread_scratch_space = 124 wm->thread2.scratch_space_base_pointer = 0; 125 wm->thread2.per_thread_scratch_space = 0; 229 offsetof(struct brw_wm_unit_state, thread2), 231 wm->thread2.per_thread_scratch_space,
|
brw_structs.h | 123 struct thread2 struct 165 struct thread2 thread2; member in struct:brw_clip_unit_state 405 struct thread2 thread2; member in struct:brw_sf_unit_state 472 struct thread2 thread2; member in struct:brw_gs_unit_state 516 struct thread2 thread2; member in struct:brw_vs_unit_state 551 struct thread2 thread2 member in struct:brw_wm_unit_state [all...] |
/external/valgrind/unittest/ |
demo_tests.cc | 51 void Thread2() { // Runs in thread named 'test-thread-2'. 60 MyThread t2(Thread2, NULL, "test-thread-2"); 206 // Thread1 and Thread2 access the var under two locks. 360 void Thread2() { DoWrite2(); } 371 t2(Thread2, NULL, "writer2"), 398 void GoodWriter2() { // Runs in Thread2 419 void Thread2() { DoWrite2(); } 433 t2(Thread2, NULL, "good writer2"), 545 void Thread2() { 552 MyThreadArray t(Thread1, Thread2); [all...] |
/external/chromium/base/ |
tools_sanity_unittest.cc | 122 PlatformThread::Delegate *thread2 = local 126 PlatformThread::Create(0, thread2, &b); 131 delete thread2;
|
/external/chromium_org/base/ |
tools_sanity_unittest.cc | 251 TOOLS_SANITY_TEST_CONCURRENT_THREAD thread1(shared), thread2(shared); 252 RunInParallel(&thread1, &thread2); 260 TOOLS_SANITY_TEST_CONCURRENT_THREAD thread1(&shared), thread2(&shared); 261 RunInParallel(&thread1, &thread2); 268 AcquireLoadThread thread2(&shared); 269 RunInParallel(&thread1, &thread2);
|
deferred_sequenced_task_runner_unittest.cc | 125 base::Thread thread2("DeferredSequencedTaskRunnerTestThread2"); 127 thread2.Start(); 134 thread2.message_loop()->PostTask(
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
ThreadFactoryBuilderTest.java | 76 Thread thread2 = threadFactory.newThread(monitoredRunnable); local 77 checkThreadPoolName(thread2, 2); 80 thread2.getName().substring(0, thread.getName().lastIndexOf('-'))); 87 thread2.getName().substring(0, thread.getName().lastIndexOf('-')))
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageHelperTests.java | 93 Thread thread2 = new Thread(r2); local 94 thread2.start();
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_join.c | 47 printf("thread2 received code %08x from thread1\n", (int)result);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
InetAddressThreadTest.java | 140 threadsafeTestThread thread2 = new threadsafeTestThread("2", local 151 thread2.start(); 156 thread2.join();
|
/external/chromium/base/synchronization/ |
lock_unittest.cc | 195 MutexLockTestThread thread2(&lock, &value); 202 ASSERT_TRUE(PlatformThread::Create(0, &thread2, &handle2));
|