HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cond_timedwait (Results 176 - 194 of 194) sorted by null

1 2 3 4 5 6 78

  /art/dex2oat/
dex2oat.cc 524 int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &mutex_,
538 std::string message(StringPrintf("pthread_cond_timedwait failed: %s",
    [all...]
  /art/runtime/base/
mutex.cc 905 #define TIMEDWAIT pthread_cond_timedwait
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 55 rc = pthread_cond_timedwait(&app_cond_v, &app_mutex,&tw);
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 100 #define pthread_cond_timedwait_monotonic pthread_cond_timedwait
    [all...]
  /external/libusb/libusb/
io.c     [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 55 rc = pthread_cond_timedwait(&app_cond_v, &app_mutex,&tw);
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 404 status = pthread_cond_timedwait(&loaded_start_stop_cond,
436 status = pthread_cond_timedwait(&loaded_start_stop_cond,
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 401 status = pthread_cond_timedwait(&loaded_start_stop_cond,
435 status = pthread_cond_timedwait(&loaded_start_stop_cond,
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1011 #define pthread_cond_timedwait macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1011 #define pthread_cond_timedwait macro
    [all...]
  /external/blktrace/
blktrace.c 527 pthread_cond_timedwait(cond, mutex, &ts);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c     [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]

Completed in 6442 milliseconds

1 2 3 4 5 6 78