Searched refs:pthread_create (Results 51 - 75 of 493) sorted by relevance

1234567891011>>

/external/compiler-rt/test/tsan/
H A Dmemcpy_race.cc28 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dmop_with_offset.cc25 pthread_create(&t[0], NULL, Thread1, data);
26 pthread_create(&t[1], NULL, Thread2, data);
H A Dmop_with_offset2.cc25 pthread_create(&t[0], NULL, Thread1, data);
26 pthread_create(&t[1], NULL, Thread2, data);
H A Dmutexset1.cc32 pthread_create(&t[0], NULL, Thread1, NULL);
33 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dmutexset2.cc32 pthread_create(&t[0], NULL, Thread1, NULL);
33 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dmutexset3.cc39 pthread_create(&t[0], NULL, Thread1, NULL);
40 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dmutexset4.cc39 pthread_create(&t[0], NULL, Thread1, NULL);
40 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dmutexset5.cc40 pthread_create(&t[0], NULL, Thread1, NULL);
41 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dmutexset7.cc28 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dmutexset8.cc33 pthread_create(&t[0], NULL, Thread1, NULL);
34 pthread_create(&t[1], NULL, Thread2, NULL);
H A Drace_on_mutex.c28 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
H A Drace_on_write.cc27 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
H A Drace_with_finished_thread.cc29 pthread_create(&t[0], NULL, Thread1, NULL);
30 pthread_create(&t[1], NULL, Thread2, NULL);
42 // CHECK: #0 pthread_create
H A Dstatic_init2.cc26 pthread_create(&t[0], 0, Thread, 0);
27 pthread_create(&t[1], 0, Thread, 0);
H A Dstatic_init3.cc41 pthread_create(&t[0], 0, Thread1, 0);
42 pthread_create(&t[1], 0, Thread2, 0);
H A Dstatic_init4.cc30 pthread_create(&t[0], 0, Thread1, 0);
31 pthread_create(&t[1], 0, Thread1, 0);
H A Dthread_name.cc29 pthread_create(&t[0], NULL, Thread1, NULL);
30 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dtsan-vs-gvn.cc30 pthread_create(&t[0], NULL, Thread1, NULL);
31 pthread_create(&t[1], NULL, Thread2, NULL);
/external/libcap-ng/libcap-ng-0.7/src/test/
H A Dthread_test.c49 pthread_create(&thread1, NULL, thread1_main, NULL);
50 pthread_create(&thread2, NULL, thread2_main, NULL);
/external/lldb/test/functionalities/thread/create_after_attach/
H A Dmain.c43 pthread_create (&thread_1, NULL, thread_1_func, NULL);
53 pthread_create (&thread_2, NULL, thread_2_func, NULL);
/external/lldb/test/functionalities/thread/multi_break/
H A Dmain.cpp56 pthread_create (&thread_1, NULL, thread_func, NULL);
57 pthread_create (&thread_2, NULL, thread_func, NULL);
/external/lldb/test/functionalities/thread/step_out/
H A Dmain.cpp58 pthread_create (&thread_1, NULL, thread_func, NULL);
59 pthread_create (&thread_2, NULL, thread_func, NULL);
/external/valgrind/main/drd/tests/
H A Dannotate_hb_race.c35 pthread_create(&tid[0], 0, thread_func, &result[0]);
36 pthread_create(&tid[1], 0, thread_func, &result[1]);
H A Drwlock_race.c47 pthread_create(&thread1, 0, thread_func, 0);
48 pthread_create(&thread2, 0, thread_func, 0);
/external/valgrind/main/helgrind/tests/
H A Dhg01_all_ok.c41 pthread_create(&a, NULL, th, NULL);
42 pthread_create(&b, NULL, th, NULL);

Completed in 206 milliseconds

1234567891011>>