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

<<11121314151617181920>>

  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 377 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
381 pthread_cond_init (&pComponentPrivate->InLoaded_threshold, NULL);
385 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
389 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL);
393 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL);
    [all...]
  /external/fio/
backend.c 1334 pthread_cond_init(&td->verify_cond, &attr);
1335 pthread_cond_init(&td->free_cond, &attr);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]
  /external/libvncserver/rfb/
rfb.h 75 #define INIT_COND(cond) (rfbLog("%s:%d INIT_COND(%s)\n",__FILE__,__LINE__,#cond), pthread_cond_init(&(cond),NULL))
89 #define INIT_COND(cond) pthread_cond_init(&(cond),NULL)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpulsecommon-0.9.21.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpulsecommon-1.1.so 
  /device/google/marlin/location/loc_api/loc_api_v02/
loc_api_sync_req.c 124 pthread_cond_init(&slot->ind_arrived_cond, NULL);
  /device/htc/flounder/gps/qct/lib/
libloc_api_v02.so 
libloc_eng.so 
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 308 pthread_cond_init(&p_obj->cond, NULL);
  /device/huawei/angler/location/loc_api/loc_api_v02/
loc_api_sync_req.c 124 pthread_cond_init(&slot->ind_arrived_cond, NULL);
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 308 pthread_cond_init(&p_obj->cond, NULL);
  /device/lge/bullhead/location/loc_api/loc_api_v02/
loc_api_sync_req.c 124 pthread_cond_init(&slot->ind_arrived_cond, NULL);
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QCameraMjpegDecode.cpp 64 #define os_cond_init(a) pthread_cond_init(a, NULL)
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 306 pthread_cond_init(&p_obj->cond, NULL);
  /device/moto/shamu/location/loc_api/loc_api_v02/
loc_api_sync_req.c 124 pthread_cond_init(&slot->ind_arrived_cond, NULL);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 192 pthread_cond_init(&queue->empty, NULL);
193 pthread_cond_init(&queue->full, NULL);
327 pthread_cond_init(&cache->wait_for_free, NULL);
328 pthread_cond_init(&cache->wait_for_pending, NULL);
    [all...]
  /frameworks/wilhelm/src/itf/
IObject.c 780 ok = pthread_cond_init(&thiz->mCond, (const pthread_condattr_t *) NULL);
  /hardware/libhardware/modules/radio/
radio_hw.c 681 pthread_cond_init(&rdev->tuner->cond, (const pthread_condattr_t *) NULL);
  /hardware/libhardware/modules/vehicle/
vehicle.c 473 pthread_cond_init(&sub->cond, NULL);
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 199 pthread_cond_init(&p_session->cond, NULL);
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 376 pthread_cond_init(&p_obj->cond, NULL);
  /hardware/qcom/camera/usbcamcore/src/
QCameraMjpegDecode.cpp 64 #define os_cond_init(a) pthread_cond_init(a, NULL)
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 89 pthread_cond_init(&slot->loc_cb_arrived_cond, NULL);

Completed in 598 milliseconds

<<11121314151617181920>>