HomeSort by relevance Sort by last modified time
    Searched refs:pthread_join (Results 176 - 200 of 570) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/compiler-rt/lib/tsan/benchmarks/
mini_bench_shared.cc 46 pthread_join(t[i], 0);
  /external/compiler-rt/lib/tsan/lit_tests/
atomic_norace.cc 58 pthread_join(t, 0);
atomic_race.cc 58 pthread_join(t, 0);
fd_socket_connect_norace.cc 38 pthread_join(t, 0);
fd_socket_norace.cc 47 pthread_join(t, 0);
unaligned_norace.cc 79 pthread_join(th, 0);
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_systhread.c 107 pthread_join(thread->handle, 0);
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_systhread.c 132 pthread_join(thread->handle, 0);
  /external/sfntly/cpp/src/test/
platform_thread.cc 81 pthread_join(thread_handle, NULL);
  /external/v8/test/cctest/
test-platform-linux.cc 64 pthread_join(other, NULL);
test-platform-nullos.cc 64 pthread_join(other, NULL);
  /external/valgrind/main/drd/tests/
bug-235681.c 88 rc = pthread_join(other_thread, NULL);
free_is_write.c 57 pthread_join(thread[i], 0);
pth_barrier_thr_cr.c 44 res = pthread_join(tid[i], NULL);
sem_open.c 96 pthread_join(threadid, 0);
sigalrm.c 85 pthread_join(threadid, 0);
  /external/valgrind/main/helgrind/tests/
annotate_hbefore.c 258 r= pthread_join( t1, NULL ); assert(!r);
259 r= pthread_join( t2, NULL ); assert(!r);
336 r= pthread_join( t1, NULL ); assert(!r);
337 r= pthread_join( t2, NULL ); assert(!r);
tc22_exit_w_lock.c 43 r= pthread_join(child1, NULL); assert(!r);
  /external/valgrind/main/none/tests/
pth_atfork1.c 85 pthread_join (th, &res);
88 error(EXIT_FAILURE, 0, "pthread_join res != 0" );
pth_cvsimple.c 73 pthread_join(threads[i], NULL);
  /frameworks/av/media/libstagefright/tests/
DummyRecorder.cpp 63 pthread_join(mThread, &dummy);
  /hardware/qcom/camera/QCamera2/util/
QCameraCmdThread.cpp 203 if (pthread_join(cmd_pid, NULL) != 0) {
  /system/extras/tests/bionic/libc/bionic/
test_cond.c 90 if (pthread_join(t[nn], NULL)) {
  /system/extras/tests/bionic/libc/common/
test_pthread_cleanup_push.c 91 pthread_join( t, NULL );
test_pthread_getcpuclockid.c 83 pthread_join( threads[nn], &dummy );

Completed in 269 milliseconds

1 2 3 4 5 6 78 91011>>