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

<<11121314151617181920>>

  /device/htc/flounder/gps/qct/lib/
libgps.utils.so 
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream.cpp 379 pthread_cond_init(&mFrameDeliveredCond, NULL);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 320 pthread_cond_init(&poll_cb->cond_v, NULL);
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 133 int result = pthread_cond_init( &condition, nullptr );
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 111 pthread_cond_init(&(cond), NULL)
  /external/valgrind/helgrind/tests/
tc20_verifywrap.c 156 r= pthread_cond_init( &cv, NULL ); assert(!r);
  /external/vulkan-validation-layers/loader/
vk_loader_platform.h 215 pthread_cond_init(pCond, NULL);
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp 211 if(pthread_cond_init(&nfc_jni_native_monitor->incoming_socket_cond, NULL) == -1)
  /external/ImageMagick/MagickCore/
vms.h 790 #define pthread_cond_init macro
    [all...]
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 248 pthread_cond_init(&m_waitCond, NULL);
684 pthread_cond_init(&m_serverWaitCond, NULL);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 357 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
361 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL);
365 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL);
369 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
373 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
377 pthread_cond_init (&bufferReturned_condition, NULL);
481 if(pthread_cond_init (&pComponentPrivate->StateChangeCondition, NULL)) {
    [all...]
  /bionic/libc/
libc.arm.brillo.map 751 pthread_cond_init;
libc.arm.map 751 pthread_cond_init;
libc.map.txt 776 pthread_cond_init;
libc.mips.map 749 pthread_cond_init;
libc.x86.map 747 pthread_cond_init;
  /bionic/tests/
pthread_test.cpp     [all...]
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 250 pthread_cond_init(&android_app->cond, NULL);
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 245 pthread_cond_init(&p_obj->cond, NULL);
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 245 pthread_cond_init(&p_obj->cond, NULL);
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 244 pthread_cond_init(&p_obj->cond, NULL);
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 730 pthread_cond_init(&mCondVar, &CondAttr);
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 274 pthread_cond_init(&lf_sync->cond_[i], NULL);
  /external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.c 249 pthread_cond_init(&android_app->cond, NULL);
  /hardware/bsp/intel/peripheral/light/mraa/
lights.c 347 rc = pthread_cond_init(cond, &condattr);

Completed in 877 milliseconds

<<11121314151617181920>>