HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cond_wait (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c     [all...]
OMX_WmaDecoder.c     [all...]
  /dalvik/vm/
Native.c 286 pthread_cond_wait(&pEntry->onLoadCond, &pEntry->onLoadLock);
Thread.c     [all...]
Debugger.c 140 int cc __attribute__ ((__unused__)) = pthread_cond_wait(pCond, pMutex);
    [all...]
Sync.c 724 * about pthread_cond_wait() on multiprocessor systems. Some commentary
826 ret = pthread_cond_wait(&self->waitCond, &self->waitMutex);
    [all...]
  /development/simulator/wrapsim/
SimMgr.c 120 cc = pthread_cond_wait(&gWrapSim.startCond, &gWrapSim.startLock);
  /hardware/ril/reference-ril/
atchannel.c 760 err = pthread_cond_wait(&s_commandcond, &s_commandmutex);
  /bionic/libc/bionic/
pthread.c 640 pthread_cond_wait( &thread->join_cond, &gThreadListLock );
1438 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) function
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 772 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 771 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 291 pthread_cond_wait(&cond, &lock);
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 605 pthread_cond_wait(&m_signal, &m_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c 739 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 749 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 690 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 780 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 651 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 703 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 743 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c 721 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold,
    [all...]

Completed in 340 milliseconds

1 23 4 5