Searched refs:pthread_join (Results 1 - 25 of 409) sorted by relevance

1234567891011>>

/external/ltrace/testsuite/ltrace.main/
H A Dmain-threaded.c24 pthread_join (thread1, NULL);
25 pthread_join (thread2, NULL);
26 pthread_join (thread3, NULL);
/external/compiler-rt/test/tsan/
H A Drace_on_puts.cc22 pthread_join(th[0], 0);
23 pthread_join(th[1], 0);
H A Dsimple_race.cc21 pthread_join(t[0], NULL);
22 pthread_join(t[1], NULL);
H A Dstack_race2.cc17 pthread_join(t, 0);
24 pthread_join(t, 0);
H A Dtls_race2.cc17 pthread_join(t, 0);
24 pthread_join(t, 0);
H A Drace_on_heap.cc28 pthread_join(t[0], &p);
32 pthread_join(t[0], 0);
33 pthread_join(t[1], 0);
H A Dstatic_init5.cc22 pthread_join(t, &res);
37 pthread_join(t[0], 0);
38 pthread_join(t[1], 0);
H A Dstatic_init6.cc22 pthread_join(t, &res);
37 pthread_join(t[0], 0);
38 pthread_join(t[1], 0);
H A Dsleep_sync.cc21 pthread_join(t, 0);
H A Dsleep_sync2.cc17 pthread_join(t, 0);
H A Dthread_end_with_ignore.cc15 pthread_join(t, 0);
H A Dthread_leak.c12 pthread_join(t, 0);
H A Dtiny_race.c17 pthread_join(t, 0);
H A Datomic_stack.cc22 pthread_join(t[0], NULL);
23 pthread_join(t[1], NULL);
H A Dblacklist.cc24 pthread_join(t[0], NULL);
25 pthread_join(t[1], NULL);
H A Dblacklist2.cc45 pthread_join(t[0], NULL);
46 pthread_join(t[1], NULL);
H A Ddefault_options.cc25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
H A Dfd_location.cc25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
H A Dfd_pipe_race.cc25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
H A Dsimple_race.c23 pthread_join(t[0], NULL);
24 pthread_join(t[1], NULL);
H A Dstatic_init1.cc22 pthread_join(t[0], 0);
23 pthread_join(t[1], 0);
H A Dsunrpc.cc19 pthread_join(th[0], 0);
20 pthread_join(th[1], 0);
H A Dsuppressions_global.cc21 pthread_join(t[0], NULL);
22 pthread_join(t[1], NULL);
H A Dsuppressions_race.cc23 pthread_join(t[0], NULL);
24 pthread_join(t[1], NULL);
/external/valgrind/main/helgrind/tests/
H A Dhg04_race.c23 pthread_join(a, NULL);
24 pthread_join(b, NULL);

Completed in 2072 milliseconds

1234567891011>>