Searched refs:pthread_create (Results 1 - 25 of 493) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/
H A Dpth_exit.c14 pthread_create(&a, NULL, th, NULL);
15 pthread_create(&a, NULL, th, NULL);
16 pthread_create(&a, NULL, th, NULL);
17 pthread_create(&a, NULL, th, NULL);
/external/ltrace/testsuite/ltrace.main/
H A Dmain-threaded.c21 pthread_create (&thread1, NULL, th_main, "aaa");
22 pthread_create (&thread2, NULL, th_main, "bbb");
23 pthread_create (&thread3, NULL, th_main, "ccc");
/external/compiler-rt/test/tsan/
H A Dthread_leak3.c11 pthread_create(&t, 0, Thread, 0);
H A Drace_on_puts.cc20 pthread_create(&th[0], 0, Thread0, 0);
21 pthread_create(&th[1], 0, Thread1, 0);
H A Dsimple_race.cc19 pthread_create(&t[0], NULL, Thread1, NULL);
20 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dstack_race2.cc15 pthread_create(&t, 0, Thread2, &Var);
23 pthread_create(&t, 0, Thread, 0);
H A Dtls_race2.cc15 pthread_create(&t, 0, Thread2, &Var);
23 pthread_create(&t, 0, Thread, 0);
H A Drace_on_heap.cc27 pthread_create(&t[0], 0, AllocThread, 0);
30 pthread_create(&t[0], 0, Thread1, (char*)p + 16);
31 pthread_create(&t[1], 0, Thread2, (char*)p + 16);
46 // CHECK: #0 pthread_create
H A Dstatic_init5.cc20 pthread_create(&t, 0, AsyncInit, (void*)(long)rand());
35 pthread_create(&t[0], 0, Thread1, 0);
36 pthread_create(&t[1], 0, Thread1, 0);
H A Dstatic_init6.cc20 pthread_create(&t, 0, AsyncInit, (void*)(long)rand());
35 pthread_create(&t[0], 0, Thread1, 0);
36 pthread_create(&t[1], 0, Thread1, 0);
H A Dsleep_sync.cc19 pthread_create(&t, 0, Thread, 0);
H A Dsleep_sync2.cc15 pthread_create(&t, 0, Thread, 0);
H A Dthread_end_with_ignore.cc14 pthread_create(&t, 0, Thread, 0);
19 // CHECK: #0 pthread_create
H A Dthread_leak.c11 pthread_create(&t, 0, Thread, 0);
H A Dthread_leak2.c11 pthread_create(&t, 0, Thread, 0);
H A Dthread_leak4.c13 pthread_create(&t, 0, Thread, 0);
H A Dthread_leak5.c13 pthread_create(&t, 0, Thread, 0);
H A Dtiny_race.c15 pthread_create(&t, 0, Thread1, 0);
H A Datomic_stack.cc20 pthread_create(&t[0], NULL, Thread1, NULL);
21 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dblacklist.cc22 pthread_create(&t[0], NULL, Thread1, NULL);
23 pthread_create(&t[1], NULL, Blacklisted_Thread2, NULL);
H A Dblacklist2.cc43 pthread_create(&t[0], NULL, Thread1, NULL);
44 pthread_create(&t[1], NULL, Blacklisted_Thread2, NULL);
H A Ddefault_options.cc23 pthread_create(&t[0], NULL, Thread1, NULL);
24 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dfd_location.cc23 pthread_create(&t[0], NULL, Thread1, NULL);
24 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dfd_pipe_race.cc23 pthread_create(&t[0], NULL, Thread1, NULL);
24 pthread_create(&t[1], NULL, Thread2, NULL);
/external/valgrind/main/helgrind/tests/
H A Dhg04_race.c19 pthread_create(&a, NULL, th, NULL);
21 pthread_create(&b, NULL, th, NULL);

Completed in 201 milliseconds

1234567891011>>