/external/valgrind/main/helgrind/tests/ |
tc01_simple_race.c | 30 if (pthread_join(child, NULL)) {
|
tc02_simple_tls.c | 30 if (pthread_join(child, NULL)) {
|
tc03_re_excl.c | 36 pthread_join(thread_id, 0);
|
/external/valgrind/main/none/tests/ |
manythreads.c | 21 pthread_join(th, NULL);
|
threaded-fork.c | 29 pthread_join( childthread, &res ); 39 pthread_join( childthread, &res );
|
threadederrno.c | 31 pthread_join(tid2, NULL); 32 pthread_join(tid3, NULL);
|
/system/extras/tests/bionic/libc/bionic/ |
test_pthread_cond.c | 78 pthread_join(t[0], NULL); 79 pthread_join(t[1], NULL); 80 pthread_join(t[2], NULL); 81 pthread_join(t[3], NULL);
|
test_pthread_create.c | 26 pthread_join(t1, NULL);
|
/external/compiler-rt/lib/asan/tests/ |
asan_racy_double_free_test.cc | 30 pthread_join(t[0], 0); 31 pthread_join(t[1], 0);
|
/external/compiler-rt/lib/tsan/lit_tests/ |
load_shared_lib.cc | 26 pthread_join(t1, NULL); 27 pthread_join(t2, NULL);
|
mutexset6.cc | 48 pthread_join(t[0], NULL); 49 pthread_join(t[1], NULL);
|
simple_stack.c | 45 pthread_join(t[0], NULL); 46 pthread_join(t[1], NULL);
|
vptr_benign_race.cc | 46 pthread_join(t[0], NULL); 47 pthread_join(t[1], NULL);
|
vptr_harmful_race.cc | 47 pthread_join(t[0], NULL); 48 pthread_join(t[1], NULL);
|
vptr_harmful_race2.cc | 47 pthread_join(t[0], NULL); 48 pthread_join(t[1], NULL);
|
race_on_barrier.c | 26 pthread_join(t, NULL);
|
race_on_barrier2.c | 27 pthread_join(t, NULL);
|
suppress_same_stacks.cc | 21 pthread_join(t, 0);
|
write_in_reader_lock.cc | 26 pthread_join(t, 0);
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_thread.cc | 53 pthread_join(threads[i % kAlive], 0); 57 pthread_join(threads[i], 0);
|
/external/llvm/unittests/Support/ |
ManagedStatic.cpp | 54 pthread_join(t1, NULL); 55 pthread_join(t2, NULL);
|
/external/valgrind/main/drd/tests/ |
pth_cleanup_handler.c | 60 pthread_join(pt1, 0); 61 pthread_join(pt2, 0);
|
pth_barrier_race.c | 46 pthread_join(tid, NULL);
|
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/ |
thread_creator.c | 30 return pthread_join((pthread_t) tid, NULL);
|
/bionic/libc/bionic/ |
pthread_join.cpp | 33 int pthread_join(pthread_t t, void** ret_val) { function
|