/external/chromium_org/third_party/re2/util/ |
thread.cc | 37 pthread_join(pid_, &val);
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
init-order-dlopen.cc | 48 pthread_join(p, 0);
|
/external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
disabler_in_tsd_destructor.cc | 35 res = pthread_join(thread_id, 0);
|
fork_threaded.cc | 24 pthread_join(tid, 0);
|
/external/compiler-rt/lib/tsan/lit_tests/ |
benign_race.cc | 35 pthread_join(t, 0);
|
free_race.c | 35 pthread_join(t, NULL);
|
ignore_race.cc | 27 pthread_join(t, 0);
|
java_alloc.cc | 27 pthread_join(th, 0);
|
java_lock.cc | 29 pthread_join(th, 0);
|
java_race_move.cc | 26 pthread_join(th, 0);
|
java_rwlock.cc | 29 pthread_join(th, 0);
|
signal_errno.cc | 36 pthread_join(th, 0);
|
simple_stack2.cc | 42 pthread_join(t, NULL);
|
/external/regex-re2/util/ |
thread.cc | 37 pthread_join(pid_, &val);
|
/external/valgrind/main/callgrind/tests/ |
threads.c | 44 pthread_join(t[i], NULL);
|
/external/valgrind/main/drd/tests/ |
annotate_static.cpp | 43 pthread_join(tid, NULL);
|
pth_cancel_locked.c | 46 pthread_join(tid, 0);
|
/external/valgrind/main/helgrind/tests/ |
free_is_write.c | 39 pthread_join(tid, NULL);
|
pth_destroy_cond.c | 35 pthread_join(thread, NULL);
|
tc05_simple_race.c | 38 if (pthread_join(child, NULL)) {
|
tc06_two_races.c | 37 if (pthread_join(child, NULL)) {
|
tc09_bad_unlock.c | 38 pthread_join(child, NULL );
|
tc16_byterace.c | 36 if (pthread_join(child, NULL)) {
|
/external/valgrind/main/none/tests/ |
pth_stackalign.c | 27 if ((e = pthread_join(t, NULL)) != 0) 29 fprintf(stderr, "pthread_join: %s\n", strerror(e));
|
res_search.c | 48 pthread_join(pid, 0);
|