Searched defs:thread2 (Results 1 - 11 of 11) 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/chromium_org/third_party/WebKit/Source/wtf/
H A DSpinLockTest.cpp78 ThreadIdentifier thread2 = createThread(threadMain, sharedBuffer, "thread2"); local
80 EXPECT_NE(0, thread2);
84 ret = waitForThreadCompletion(thread2);
/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_org/third_party/libjingle/source/talk/base/
H A Dlogging_unittest.cc99 LogThread thread1, thread2, thread3; local
101 thread2.Start();
/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);
/external/chromium_org/media/audio/
H A Dcross_process_notification_unittest.cc232 base::PlatformThreadHandle thread1, thread2; local
234 base::PlatformThread::Create(0, &worker2, &thread2);
241 base::PlatformThread::Join(thread2);
306 base::PlatformThreadHandle thread1, thread2; local
308 base::PlatformThread::Create(0, &worker2, &thread2);
315 base::PlatformThread::Join(thread2);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h123 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 thread member in struct:brw_wm_unit_state
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h123 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 thread member in struct:brw_wm_unit_state
[all...]

Completed in 499 milliseconds