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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
sigalrm.c 85 pthread_join(threadid, 0);
std_string.cpp 59 int ret = pthread_join(thread[i], NULL);
thread_name.c 59 pthread_join(tid[i], 0);
  /external/valgrind/main/helgrind/tests/
bar_trivial.c 49 r = pthread_join(thr[i], NULL);
tc03_re_excl.c 36 pthread_join(thread_id, 0);
tc09_bad_unlock.c 38 pthread_join(child, NULL );
tc22_exit_w_lock.c 43 r= pthread_join(child1, NULL); assert(!r);
tc23_bogus_condwait.c 83 r= pthread_join( my_rescuer, NULL ); assert(!r);
84 r= pthread_join( grabber, NULL ); assert(!r);
  /external/valgrind/main/none/tests/
pth_blockedsig.c 53 pthread_join (child, NULL);
res_search.c 48 pthread_join(pid, 0);
  /external/valgrind/main/none/tests/s390x/
ex_clone.c 57 pthread_join(thread, NULL);
  /hardware/intel/common/wrs_omxil_core/utils/src/
thread.cpp 66 ret = pthread_join(id, NULL);
  /ndk/sources/cxx-stl/gabi++/tests/
test_guard.cpp 49 pthread_join( sThreads[nn], &dummy );
  /sdk/emulator/opengl/shared/emugl/common/testing/
test_thread.h 64 pthread_join(mThread, &ret);
  /external/chromium_org/third_party/tcmalloc/vendor/m4/
acx_pthread.m4 81 AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS])
82 AC_TRY_LINK_FUNC(pthread_join, acx_pthread_ok=yes)
173 # We check for pthread_join because it is in -lpthread on IRIX
180 [pthread_t th; pthread_join(th, 0);
284 [pthread_t th; pthread_join(th, 0);
304 [pthread_t th; pthread_join(th, 0);
323 [pthread_t th; pthread_join(th, 0);
348 [pthread_t th; pthread_join(th, 0);
363 [pthread_t th; pthread_join(th, 0);
  /external/chromium_org/native_client_sdk/src/tools/lib/tests/data/
test_dynamic_x86_32.nexe 
  /external/chromium_org/third_party/skia/samplecode/
SampleFontCache.cpp 108 int status = pthread_join(fMThreads[i], &ret);
110 status = pthread_join(fDThreads[i], &ret);
  /external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc 107 pthread_join(g_t[i], 0);
116 pthread_join(t[i], 0);
  /external/llvm/lib/Support/
Threading.cpp 65 ::pthread_join(Thread, nullptr);
96 // the same way we don't care whether the pthread_join call succeeds
  /external/llvm/test/Linker/
2011-08-22-ResolveAlias.ll 14 @_ZL20__gthrw_pthread_joinmPPv = alias weak i32 (i64, i8**)* @pthread_join
45 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/skia/samplecode/
SampleFontCache.cpp 108 int status = pthread_join(fMThreads[i], &ret);
110 status = pthread_join(fDThreads[i], &ret);
  /external/valgrind/main/gdbserver_tests/
t.c 139 pthread_join(ebbr, NULL);
143 pthread_join(zzzz, 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);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sync.c 43 #include "pthread_join.c"

Completed in 874 milliseconds

1 2 3 4 5 6 7 8 91011>>