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

1 2 3 45 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
mutexset2.cc 34 pthread_join(t[0], NULL);
35 pthread_join(t[1], NULL);
mutexset3.cc 41 pthread_join(t[0], NULL);
42 pthread_join(t[1], NULL);
mutexset4.cc 41 pthread_join(t[0], NULL);
42 pthread_join(t[1], NULL);
mutexset5.cc 42 pthread_join(t[0], NULL);
43 pthread_join(t[1], NULL);
mutexset7.cc 30 pthread_join(t[0], NULL);
31 pthread_join(t[1], NULL);
mutexset8.cc 35 pthread_join(t[0], NULL);
36 pthread_join(t[1], NULL);
race_on_mutex.c 30 pthread_join(t[0], NULL);
31 pthread_join(t[1], NULL);
race_with_finished_thread.cc 31 pthread_join(t[0], NULL);
32 pthread_join(t[1], NULL);
tsan-vs-gvn.cc 32 pthread_join(t[0], NULL);
33 pthread_join(t[1], NULL);
vfork.cc 44 pthread_join(t[0], NULL);
45 pthread_join(t[1], NULL);
benign_race.cc 35 pthread_join(t, 0);
cond_cancel.c 33 pthread_join(th, 0);
deep_stack1.cc 38 pthread_join(t, 0);
  /external/valgrind/main/drd/tests/
pth_cancel_locked.stderr.exp-darwin 3 at 0x........: pthread_join (drd_pthread_intercepts.c:?)
10 at 0x........: pthread_join (drd_pthread_intercepts.c:?)
std_atomic.cpp 48 err = pthread_join(thread1, NULL);
51 err = pthread_join(thread2, NULL);
  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked1.c 39 if (pthread_join(child1, NULL)) {
44 if (pthread_join(child2, NULL)) {
locked_vs_unlocked3.c 56 r= pthread_join(child1, NULL); assert(!r);
57 r= pthread_join(child2, NULL); assert(!r);
  /external/valgrind/main/none/tests/
pth_cancel2.c 91 pthread_join(io_thread, NULL);
93 pthread_join(killer_thread,NULL);
pth_once.c 20 * exit of the threads using the pthread_join() operation.
76 pthread_join(threads[thread_num], NULL);
  /external/lldb/test/functionalities/thread/exit_during_break/
main.cpp 128 pthread_join(thread_5, NULL);
129 pthread_join(thread_4, NULL);
130 pthread_join(thread_3, NULL);
131 pthread_join(thread_2, NULL);
132 pthread_join(thread_1, NULL);
  /external/lldb/test/functionalities/thread/create_during_step/
main.cpp 57 pthread_join(*step_thread, NULL);
88 pthread_join(thread_2, NULL);
89 pthread_join(thread_1, NULL);
  /external/llvm/test/CodeGen/Thumb/
2007-05-05-InvalidPushPop.ll 26 %tmp4 = call i32 @pthread_join( i32 %tmp2, i8** %ret3 ) ; <i32> [#uses=0]
31 %tmp11 = call i32 @pthread_join( i32 %tmp9, i8** %ret3 ) ; <i32> [#uses=0]
39 declare i32 @pthread_join(i32, i8**)
  /external/chromium_org/ppapi/nacl_irt/public/
irt_ppapi.h 23 * This is a cut-down version of pthread_create()/pthread_join().
  /external/chromium_org/third_party/re2/util/
thread.cc 37 pthread_join(pid_, &val);
  /external/compiler-rt/test/asan/TestCases/
init-order-pthread-create.cc 18 pthread_join(t, &res);

Completed in 482 milliseconds

1 2 3 45 6 7 8 91011>>