Searched refs:thread1 (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/main/drd/tests/ |
D | rwlock_race.c | 37 pthread_t thread1; in main() local 47 pthread_create(&thread1, 0, thread_func, 0); in main() 49 pthread_join(thread1, 0); in main()
|
/external/chromium/base/ |
D | tools_sanity_unittest.cc | 120 PlatformThread::Delegate *thread1 = in TEST() local 125 PlatformThread::Create(0, thread1, &a); in TEST() 130 delete thread1; in TEST()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | InetAddressThreadTest.java | 138 threadsafeTestThread thread1 = new threadsafeTestThread("1", in test_getHostName() local 150 thread1.start(); in test_getHostName() 155 thread1.join(); in test_getHostName()
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
D | thread_test.c | 9 pthread_t thread1, thread2; variable 49 pthread_create(&thread1, NULL, thread1_main, NULL); in main()
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
D | clone_test.S | 56 # thread1 # 59 thread1: label
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
D | clone_test.S | 56 # thread1 # 59 thread1: label
|
/external/qemu/ |
D | qemu-thread.c | 184 int qemu_thread_equal(QemuThread *thread1, QemuThread *thread2) in qemu_thread_equal() argument 186 return pthread_equal(thread1->thread, thread2->thread); in qemu_thread_equal()
|
D | qemu-thread.h | 41 int qemu_thread_equal(QemuThread *thread1, QemuThread *thread2);
|
/external/chromium/base/synchronization/ |
D | lock_unittest.cc | 194 MutexLockTestThread thread1(&lock, &value); in TEST() local 201 ASSERT_TRUE(PlatformThread::Create(0, &thread1, &handle1)); in TEST()
|
/external/v8/test/cctest/ |
D | test-lockers.cc | 109 KangarooThread thread1(isolate, context, 1); in TEST() local 110 thread1.Start(); in TEST() 111 thread1.Join(); in TEST()
|
D | test-api.cc | 15229 IsolateThread thread1(isolate1, 21); in TEST() local 15233 thread1.Start(); in TEST() 15239 thread1.Join(); in TEST() 15246 CHECK_EQ(result1, thread1.result()); in TEST()
|