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

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/Linker/
2011-08-22-ResolveAlias2.ll 17 @_ZL20__gthrw_pthread_joinmPPv = alias weak i32 (i64, i8**)* @pthread_join
50 declare extern_weak i32 @pthread_join(i64, i8**)
  /external/qemu/audio/
audio_pt_int.c 167 err = pthread_join (p->thread, &ret);
169 logerr (p, err, "%s(%s): pthread_join failed", cap, AUDIO_FUNC);
  /external/valgrind/main/gdbserver_tests/
t.c 139 pthread_join(ebbr, NULL);
143 pthread_join(zzzz, NULL);
  /external/valgrind/main/helgrind/tests/
tc23_bogus_condwait.c 83 r= pthread_join( my_rescuer, NULL ); assert(!r);
84 r= pthread_join( grabber, NULL ); assert(!r);
tc24_nonzero_sem.c 40 r= pthread_join( child[i], NULL );
  /external/valgrind/main/memcheck/tests/
err_disable4.c 95 r = pthread_join(child[i], NULL); assert(!r);
118 r = pthread_join(child[i], NULL); assert(!r);
err_disable3.c 55 r = pthread_join(child, NULL);
  /art/test/JniTest/
jni_test.cc 66 int pthread_join_result = pthread_join(pthread, NULL);
  /bionic/libc/bionic/
pthread_join.cpp 33 int pthread_join(pthread_t t, void** ret_val) { function
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osThreadUnix.cpp 54 if (pthread_join(m_thread,&retval)) {
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sync.c 43 #include "pthread_join.c"
  /external/chromium_org/ppapi/utility/threading/
simple_thread.cc 86 int result = pthread_join(thread_, &retval);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
testutil.cc 184 // because we pthread_join immediately (ie, before RunInThread exits).
186 SAFE_PTHREAD(pthread_join(thr, NULL));
195 SAFE_PTHREAD(pthread_join(thr[i], NULL));
214 SAFE_PTHREAD(pthread_join(thr[i], NULL));
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
testutil.cc 184 // because we pthread_join immediately (ie, before RunInThread exits).
186 SAFE_PTHREAD(pthread_join(thr, NULL));
195 SAFE_PTHREAD(pthread_join(thr[i], NULL));
214 SAFE_PTHREAD(pthread_join(thr[i], NULL));
  /external/compiler-rt/lib/tsan/benchmarks/
start_many_threads.cc 46 pthread_join(t[i], 0);
  /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/
atomic_var.c 62 pthread_join(tid[i], 0);
bug-235681.c 88 rc = pthread_join(other_thread, NULL);
fp_race.c 82 pthread_join(threadid, 0);
sem_as_mutex.c 83 pthread_join(threadid, 0);
  /external/valgrind/main/none/tests/
pth_cvsimple.c 73 pthread_join(threads[i], NULL);
tls.c 101 pthread_join(threads[i], NULL);
  /frameworks/av/media/libstagefright/tests/
DummyRecorder.cpp 63 pthread_join(mThread, &dummy);
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osThreadUnix.cpp 54 if (pthread_join(m_thread,&retval)) {

Completed in 912 milliseconds

1 2 3 4 5 6 78 91011>>