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

12 3 4 5

  /development/ndk/platforms/android-3/include/
pthread.h 173 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
  /development/ndk/platforms/android-5/include/
pthread.h 173 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
  /development/ndk/platforms/android-8/include/
pthread.h 178 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
  /development/ndk/platforms/android-9/include/
pthread.h 180 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
  /external/blktrace/btreplay/
btreplay.c 413 pthread_cond_wait(pcp, pmp);
476 pthread_cond_wait(&iter_start_cond, &iter_start_mutex);
1014 if (pthread_cond_wait(&tip->cond, &tip->mutex)) {
1015 fatal("pthread_cond_wait", ERR_SYSCALL,
1158 if (pthread_cond_wait(&tip->cond, &tip->mutex)) {
1159 fatal("pthread_cond_wait", ERR_SYSCALL,
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-pthread.c 227 PTHREAD_CHECK ("pthread_cond_wait", pthread_cond_wait (&pcond->cond, &pmutex->lock));
  /external/webkit/JavaScriptCore/wtf/
ThreadingPthreads.cpp 355 int result = pthread_cond_wait(&m_condition, &mutex.impl());
  /hardware/ril/mock-ril/src/cpp/
worker.cpp 147 pthread_cond_wait(&cond_, &mutex_);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 173 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 173 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 173 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 173 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 178 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 178 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c 349 pthread_cond_wait(&bufferReturned_condition, &bufferReturned_mutex);
739 pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->videoe_mutex_app);
761 pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->videoe_mutex_app);
783 pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->videoe_mutex_app);
850 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->videoe_mutex_app);
874 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->videoe_mutex_app);
    [all...]
  /external/quake/standalone/
main.cpp 51 pthread_cond_wait(&cond, m_pMutex);
  /frameworks/base/include/utils/
threads.h 443 return -pthread_cond_wait(&mCond, &mutex.mMutex);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 274 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->jpege_mutex_app);
289 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->jpege_mutex_app);
305 pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->jpege_mutex_app);
794 pthread_cond_wait(&pComponentPrivate->flush_cond, &pComponentPrivate->jpege_mutex);
816 pthread_cond_wait(&pComponentPrivate->flush_cond, &pComponentPrivate->jpege_mutex);
858 pthread_cond_wait(&pComponentPrivate->flush_cond, &pComponentPrivate->jpege_mutex);
    [all...]
  /bionic/libc/bionic/
pthread-timers.c 554 pthread_cond_wait( &timer->cond, &timer->mutex );
  /bootable/recovery/
ui.c 496 pthread_cond_wait(&key_queue_cond, &key_queue_mutex);
  /system/core/adb/
sysdeps.h 287 #define adb_cond_wait pthread_cond_wait
  /external/bluetooth/bluez/audio/
liba2dp.c 1044 pthread_cond_wait(&data->thread_wait, &data->mutex);
1147 pthread_cond_wait(&data->thread_start, &data->mutex);
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 413 pthread_cond_wait(&cond, &mtx);
434 pthread_cond_wait(&cond, &mtx);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 692 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 730 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
    [all...]

Completed in 693 milliseconds

12 3 4 5