HomeSort by relevance Sort by last modified time
    Searched full:pthread_join (Results 51 - 75 of 1086) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
pth_cleanup_handler.c 60 pthread_join(pt1, 0);
61 pthread_join(pt2, 0);
rwlock_race.c 49 pthread_join(thread1, 0);
50 pthread_join(thread2, 0);
pth_detached3.c 18 pthread_join(thread, NULL);
  /external/valgrind/main/none/tests/
pth_cancel1.c 57 if (pthread_join(tid, &result) != 0)
59 perror("pthread_join");
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);
manythreads.c 21 pthread_join(th, NULL);
  /external/compiler-rt/test/tsan/
atomic_free.cc 16 pthread_join(t, 0);
atomic_free2.cc 16 pthread_join(t, 0);
heap_race.cc 16 pthread_join(t, NULL);
ignore_lib_lib.h 22 pthread_join(t, 0);
sleep_sync2.cc 17 pthread_join(t, 0);
thread_leak.c 12 pthread_join(t, 0);
tiny_race.c 17 pthread_join(t, 0);
race_on_heap.cc 28 pthread_join(t[0], &p);
32 pthread_join(t[0], 0);
33 pthread_join(t[1], 0);
fd_close_norace2.cc 25 pthread_join(t, 0);
halt_on_error.cc 19 pthread_join(t, 0);
  /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/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/memcheck/tests/
threadname.c 43 r = pthread_join(children[2], NULL);
58 r = pthread_join(children[1], NULL);
73 r = pthread_join(children[0], NULL);
  /external/lldb/test/functionalities/thread/break_after_join/
main.cpp 82 pthread_join(*thread_to_join, NULL);
118 pthread_join(thread_5, NULL);
119 pthread_join(thread_4, NULL);
120 pthread_join(thread_3, NULL);
121 pthread_join(thread_2, NULL);
122 pthread_join(thread_1, NULL);
  /external/valgrind/main/
darwin10-drd.supp 125 fun:pthread_join$UNIX2003
131 fun:pthread_join
132 fun:pthread_join
  /external/compiler-rt/test/msan/
pthread_getattr_np_deadlock.cc 19 res = pthread_join(t, 0);
tls_reuse.cc 23 pthread_join(t, 0);

Completed in 317 milliseconds

1 23 4 5 6 7 8 91011>>