Searched defs:thread2 (Results 1 - 6 of 6) sorted by relevance

/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/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/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/chromium/base/
H A Dtools_sanity_unittest.cc122 PlatformThread::Delegate *thread2 = local
126 PlatformThread::Create(0, thread2, &b);
131 delete thread2;
/external/qemu/
H A Dqemu-thread.c184 int qemu_thread_equal(QemuThread *thread1, QemuThread *thread2) argument
186 return pthread_equal(thread1->thread, thread2->thread);

Completed in 1017 milliseconds