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

1 23 4 5 6 7 8 91011>>

  /external/libevent/
evthread_pthread.c 107 if (pthread_cond_init(cond, NULL)) {
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.cpp 46 int const res = pthread_cond_init (&mCondition, &attr);
  /external/valgrind/drd/tests/
pth_cond_destroy_busy.stderr.exp-solaris 6 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
tc23_bogus_condwait.stderr.exp-darwin-amd64 19 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
46 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
tc23_bogus_condwait.stderr.exp-darwin-x86 19 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
46 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
  /external/valgrind/helgrind/tests/
tc23_bogus_condwait.c 56 r= pthread_cond_init(&cv, NULL); assert(!r);
  /external/webrtc/webrtc/base/
event.cc 60 RTC_CHECK(pthread_cond_init(&event_cond_, NULL) == 0);
  /hardware/qcom/display/msm8084/libgralloc/
gr.h 88 pthread_cond_init(&cond, 0);
  /hardware/qcom/display/msm8226/libgralloc/
gr.h 88 pthread_cond_init(&cond, 0);
  /hardware/qcom/display/msm8909/libgralloc/
gr.h 88 pthread_cond_init(&cond, 0);
  /hardware/qcom/display/msm8996/sdm/include/utils/
locker.h 129 pthread_cond_init(&condition_, 0);
  /ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp 91 pthread_cond_init(&condition, 0);
  /ndk/tests/device/test-stlport/unit/
allocator_test.cpp 91 pthread_cond_init(&condition, 0);
  /packages/apps/Nfc/nci/jni/
CondVar.cpp 44 int const res = pthread_cond_init (&mCondition, &attr);
  /system/core/libbacktrace/
ThreadEntry.cpp 40 pthread_cond_init(&wait_cond_, &attr);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 35 pthread_cond_init(&terminate_thread_cond, NULL);
36 pthread_cond_init(&tid_reported_cond, NULL);
  /external/opencv3/3rdparty/libwebp/utils/
thread.c 86 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { function
201 pthread_cond_init(&worker->condition_, NULL)) {
  /external/v8/src/base/platform/
condition-variable.cc 27 result = pthread_cond_init(&native_handle_, &attr);
31 int result = pthread_cond_init(&native_handle_, NULL);
  /external/valgrind/drd/
drd_clientreq.h 117 /* to notify the drd tool of a pthread_cond_init call. */
120 /* to notify the drd tool of a pthread_cond_init call. */
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /toolchain/binutils/binutils-2.25/gold/
gold-threads.cc 218 int err = pthread_cond_init(&this->cond_, NULL);
220 gold_fatal(_("pthread_cond_init failed: %s"), strerror(err));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpthread-2.11.1.so 
libpthread.so.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread-2.15.so 
libpthread.so.0 

Completed in 4077 milliseconds

1 23 4 5 6 7 8 91011>>