Searched defs:thread1 (Results 1 - 18 of 18) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/src/test/
H A Dthread_test.c9 pthread_t thread1, thread2; variable
15 printf("thread1 filled capabilities\n");
49 pthread_create(&thread1, NULL, thread1_main, NULL);
/external/chromium_org/v8/test/cctest/
H A Dtest-libplatform-worker-thread.cc47 WorkerThread* thread1 = new WorkerThread(&queue); local
60 delete thread1;
H A Dtest-lockers.cc102 i::SmartPointer<KangarooThread> thread1; local
111 thread1.Reset(new KangarooThread(isolate, context));
113 thread1->Start();
114 thread1->Join();
/external/ltrace/testsuite/ltrace.main/
H A Dmain-threaded.c18 pthread_t thread1; local
21 pthread_create (&thread1, NULL, th_main, "aaa");
24 pthread_join (thread1, NULL);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dclone_test.S56 # thread1 #
59 thread1: label
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S56 # thread1 #
59 thread1: label
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DSpinLockTest.cpp83 OwnPtr<blink::WebThread> thread1 = adoptPtr(blink::Platform::current()->createThread("thread1")); local
86 thread1->postTask(new Task(WTF::bind(&threadMain, static_cast<char*>(sharedBuffer))));
89 thread1.clear();
/external/lldb/test/functionalities/thread/
H A Dmain.c26 thread1 (void *input) function
48 pthread_create (&thread_1, NULL, thread1, NULL);
/external/lldb/test/functionalities/thread/thread_exit/
H A Dmain.cpp32 thread1 (void *input) function
47 // Synchronize with thread1 and the main thread.
68 pthread_create (&thread_1, NULL, thread1, NULL);
70 // Wait for thread1 to start.
/external/strace/test/
H A Dleaderkill.c32 pthread_t thread1; local
47 i = pthread_create(&thread1, NULL, start1, NULL);
H A Dthreaded_execve.c74 thread1(void *unused) function
105 clone2(thread1, malloc(16 * 1024), 16 * 1024, 0
/external/valgrind/main/drd/tests/
H A Drwlock_race.c37 pthread_t thread1; local
47 pthread_create(&thread1, 0, thread_func, 0);
49 pthread_join(thread1, 0);
H A Dstd_atomic.cpp33 pthread_t thread1; local
41 err = pthread_create(&thread1, NULL, &func1, NULL);
48 err = pthread_join(thread1, NULL);
H A Dstd_list.cpp80 pthread_t thread1; local
86 err = pthread_create(&thread1, NULL, &func1, &instance1);
93 err = pthread_join(thread1, NULL);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlogging_unittest.cc105 LogThread thread1, thread2, thread3; local
106 thread1.Start();
/external/chromium_org/third_party/webrtc/base/
H A Dlogging_unittest.cc88 LogThread thread1, thread2, thread3; local
89 thread1.Start();
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h106 struct thread1 struct
163 } thread1; member in struct:brw_clip_unit_state
404 struct thread1 thread1; member in struct:brw_sf_unit_state
471 struct thread1 thread1; member in struct:brw_gs_unit_state
515 struct thread1 thread1; member in struct:brw_vs_unit_state
550 struct thread1 thread1; member in struct:brw_wm_unit_state
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h106 struct thread1 struct
163 } thread1; member in struct:brw_clip_unit_state
404 struct thread1 thread1; member in struct:brw_sf_unit_state
471 struct thread1 thread1; member in struct:brw_gs_unit_state
515 struct thread1 thread1; member in struct:brw_vs_unit_state
550 struct thread1 thread1; member in struct:brw_wm_unit_state
[all...]

Completed in 413 milliseconds