HomeSort by relevance Sort by last modified time
    Searched refs:pthread_join (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /external/valgrind/main/helgrind/tests/
hg04_race.c 23 pthread_join(a, NULL);
24 pthread_join(b, NULL);
hg01_all_ok.c 28 pthread_join(a, NULL);
29 pthread_join(b, NULL);
hg05_race2.c 31 pthread_join(a, NULL);
32 pthread_join(b, NULL);
hg06_readshared.c 27 pthread_join(a, NULL);
28 pthread_join(b, NULL);
hg02_deadlock.c 38 pthread_join(a, NULL);
39 pthread_join(b, NULL);
hg03_inherit.c 49 pthread_join(a, NULL);
63 pthread_join(b, NULL);
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);
  /system/extras/tests/bionic/libc/common/
test_pthread_join.c 46 pthread_join(t1, &result);
58 pthread_join(t1, &result);
71 pthread_join(t2, NULL);
72 pthread_join(t3, NULL);
  /external/valgrind/main/drd/tests/
annotate_hb_race.c 38 pthread_join(tid[0], NULL);
39 pthread_join(tid[1], NULL);
rwlock_race.c 49 pthread_join(thread1, 0);
50 pthread_join(thread2, 0);
linuxthreads_det.c 33 pthread_join(threadid, 0);
pth_create_glibc_2_0.c 36 pthread_join(thr, 0);
pth_cleanup_handler.c 60 pthread_join(pt1, 0);
61 pthread_join(pt2, 0);
pth_barrier_race.c 46 pthread_join(tid, NULL);
annotate_ignore_rw.c 59 pthread_join(tid, 0);
annotate_ignore_write.c 58 pthread_join(tid, 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);
  /system/bluetooth/tools/
pipetest.c 165 pthread_join(t1, NULL);
166 pthread_join(t2, NULL);
187 pthread_join(t, NULL);
208 pthread_join(t, NULL);
225 pthread_join(t, NULL);
246 pthread_join(t, NULL);
284 pthread_join(t1, NULL);
285 pthread_join(t2, NULL);
307 pthread_join(t[i], NULL);
330 pthread_join(t1, NULL)
    [all...]
  /external/valgrind/main/callgrind/tests/
threads.c 44 pthread_join(t[i], NULL);

Completed in 3851 milliseconds

1 2 3 4 5 6 7 8 910