/external/compiler-rt/test/lsan/TestCases/ |
disabler_in_tsd_destructor.cc | 35 res = pthread_join(thread_id, 0);
|
fork_threaded.cc | 24 pthread_join(tid, 0);
|
high_allocator_contention.cc | 46 for (int i = 0; i < num_threads; i++) pthread_join(tid[i], 0);
|
/external/compiler-rt/test/tsan/ |
atomic_norace.cc | 58 pthread_join(t, 0);
|
barrier.cc | 34 pthread_join(th[i], 0);
|
bench.h | 51 pthread_join(th[i], 0);
|
cond_race.cc | 39 pthread_join(th, 0);
|
fd_socket_connect_norace.cc | 38 pthread_join(t, 0);
|
fd_socket_norace.cc | 47 pthread_join(t, 0);
|
free_race.c | 35 pthread_join(t, NULL);
|
java_lock_rec.cc | 47 pthread_join(th, 0);
|
java_lock_rec_race.cc | 41 pthread_join(th, 0);
|
java_move_overlap_race.cc | 45 pthread_join(th, 0);
|
signal_errno.cc | 41 pthread_join(th, 0);
|
simple_stack2.cc | 42 pthread_join(t, NULL);
|
/external/valgrind/main/drd/tests/ |
annotate_ignore_rw.c | 63 pthread_join(tid, 0);
|
annotate_ignore_write.c | 64 pthread_join(tid, 0);
|
concurrent_close.cpp | 45 r = pthread_join(threads[i], 0);
|
free_is_write.c | 57 pthread_join(thread[i], 0);
|
pth_barrier_thr_cr.c | 44 res = pthread_join(tid[i], NULL);
|
pth_cancel_locked.stderr.exp | 3 at 0x........: pthread_join (drd_pthread_intercepts.c:?)
|
pth_cond_destroy_busy.c | 61 pthread_join(threadid, 0);
|
pth_cond_race.c | 51 pthread_join(threadid, 0);
|
pth_create_chain.c | 51 pthread_join(s_thread[i], 0);
|
pth_spinlock.c | 48 pthread_join(tid[i], 0);
|