Searched refs:thread1 (Results 1 - 25 of 41) sorted by relevance

12

/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/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/v8/src/libplatform/
H A Dtask-queue-unittest.cc50 TaskQueueThread thread1(&queue);
52 thread1.Start();
55 thread1.Join();
H A Dworker-thread-unittest.cc40 WorkerThread thread1(&queue);
/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/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/chromium_org/third_party/WebKit/Source/web/tests/
H A DSpinLockTest.cpp82 OwnPtr<WebThread> thread1 = adoptPtr(Platform::current()->createThread("thread1")); local
85 thread1->postTask(new Task(WTF::bind(&threadMain, static_cast<char*>(sharedBuffer))));
88 thread1.clear();
/external/chromium_org/mojo/system/
H A Dwaiter_list_unittest.cc175 test::SimpleWaiterThread thread1(&result1, &context1);
176 waiter_list.AddWaiter(thread1.waiter(), MOJO_HANDLE_SIGNAL_READABLE, 1);
177 thread1.Start();
192 test::SimpleWaiterThread thread1(&result1, &context1);
193 waiter_list.AddWaiter(thread1.waiter(), MOJO_HANDLE_SIGNAL_READABLE, 3);
194 thread1.Start();
202 waiter_list.RemoveWaiter(thread1.waiter());
213 test::SimpleWaiterThread thread1(&result1, &context1);
214 waiter_list.AddWaiter(thread1.waiter(), MOJO_HANDLE_SIGNAL_READABLE, 5);
215 thread1
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_gs_state.c61 gs->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754;
62 gs->thread1.single_program_flow = 1;
H A Dbrw_vs_state.c59 vs->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754;
72 vs->thread1.single_program_flow = (intel->gen == 5);
74 vs->thread1.binding_table_entry_count = 0;
H A Dbrw_clip_state.c57 clip->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754;
58 clip->thread1.single_program_flow = 1;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_gs_state.c61 gs->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754;
62 gs->thread1.single_program_flow = 1;
H A Dbrw_vs_state.c59 vs->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754;
72 vs->thread1.single_program_flow = (intel->gen == 5);
74 vs->thread1.binding_table_entry_count = 0;
H A Dbrw_clip_state.c57 clip->thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754;
58 clip->thread1.single_program_flow = 1;
/external/chromium_org/base/
H A Ddeferred_sequenced_task_runner_unittest.cc124 base::Thread thread1("DeferredSequencedTaskRunnerTestThread1");
126 thread1.Start();
129 thread1.message_loop()->PostTask(
140 thread1.message_loop()->PostTask(
H A Dtools_sanity_unittest.cc295 TOOLS_SANITY_TEST_CONCURRENT_THREAD thread1(shared), thread2(shared);
296 RunInParallel(&thread1, &thread2);
317 TOOLS_SANITY_TEST_CONCURRENT_THREAD thread1(&shared), thread2(&shared);
318 RunInParallel(&thread1, &thread2);
324 ReleaseStoreThread thread1(&shared);
326 RunInParallel(&thread1, &thread2);
/external/lldb/test/functionalities/thread/break_after_join/
H A DTestBreakAfterJoin.py72 thread1 = process.GetThreadAtIndex(0)
80 self.assertTrue(thread1.IsStopped(), "Thread 1 didn't stop during breakpoint")
/external/lldb/test/functionalities/thread/exit_during_break/
H A DTestExitDuringBreak.py72 thread1 = process.GetThreadAtIndex(0)
79 self.assertTrue(thread1.IsStopped(), "Thread 1 didn't stop during breakpoint")
/external/lldb/test/functionalities/thread/multi_break/
H A DTestMultipleBreakpoints.py69 thread1 = process.GetThreadAtIndex(0)
74 self.assertTrue(thread1.IsStopped(), "Primary thread didn't stop during breakpoint")
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dclone_test.S56 # thread1 #
59 thread1: label

Completed in 442 milliseconds

12