Searched refs:thread2 (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/drd/tests/
H A Drwlock_race.c38 pthread_t thread2; local
48 pthread_create(&thread2, 0, thread_func, 0);
50 pthread_join(thread2, 0);
/external/libcap-ng/libcap-ng-0.7/src/test/
H A Dthread_test.c9 pthread_t thread1, thread2; variable
32 printf("thread2 getting capabilities\n");
50 pthread_create(&thread2, NULL, thread2_main, NULL);
/external/chromium/base/
H A Dtools_sanity_unittest.cc122 PlatformThread::Delegate *thread2 = local
126 PlatformThread::Create(0, thread2, &b);
131 delete thread2;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DInetAddressThreadTest.java140 threadsafeTestThread thread2 = new threadsafeTestThread("2",
151 thread2.start();
156 thread2.join();
H A DDatagramSocketTest.java610 Thread thread2 = new Thread(runnable2, "DatagramSocket.receive2");
611 thread2.start();
615 } while (!thread2.isAlive());
631 } while (thread2.isAlive());
/external/qemu/
H A Dqemu-thread.h41 int qemu_thread_equal(QemuThread *thread1, QemuThread *thread2);
H A Dqemu-thread.c184 int qemu_thread_equal(QemuThread *thread1, QemuThread *thread2) argument
186 return pthread_equal(thread1->thread, thread2->thread);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dclone_test.S52 jz thread2 # if so, jump to thrad2
69 thread2: label
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S52 jz thread2 # if so, jump to thrad2
69 thread2: label
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DThreadFactoryBuilderTest.java76 Thread thread2 = threadFactory.newThread(monitoredRunnable);
77 checkThreadPoolName(thread2, 2);
80 thread2.getName().substring(0, thread.getName().lastIndexOf('-')));
87 thread2.getName().substring(0, thread.getName().lastIndexOf('-')))
/external/chromium/base/synchronization/
H A Dlock_unittest.cc195 MutexLockTestThread thread2(&lock, &value);
202 ASSERT_TRUE(PlatformThread::Create(0, &thread2, &handle2));
/external/v8/test/cctest/
H A Dtest-api.cc15230 IsolateThread thread2(isolate2, 12);
15234 thread2.Start();
15240 thread2.Join();
15247 CHECK_EQ(result2, thread2.result());

Completed in 651 milliseconds