HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cond_timedwait (Results 1 - 25 of 33) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_syscond.c 119 retval = pthread_cond_timedwait(&cond->cond, &mutex->id, &abstime);
130 SDL_SetError("pthread_cond_timedwait() failed");
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syscond.c 123 retval = pthread_cond_timedwait(&cond->cond, &mutex->id, &abstime);
134 SDL_SetError("pthread_cond_timedwait() failed");
  /external/skia/src/ports/
SkOSEvent_android.cpp 77 status = pthread_cond_timedwait(&gTimerCond, &gTimerMutex, &spec);
  /external/opencore/oscl/oscl/osclproc/src/
oscl_semaphore.cpp 188 res = pthread_cond_timedwait(&ObjCondition, &ObjMutex, &abs);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 169 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sPortPopulated_cond),\
196 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sPortPopulated_cond),\
223 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sFlush_cond),\
  /external/qemu/
qemu-thread.c 128 err = pthread_cond_timedwait(&cond->cond, &mutex->lock, &ts);
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ioctl.cpp 250 rc = pthread_cond_timedwait(&ioctl_cb_data_ptr->cb_arrived_cond,
263 LOGV ("loc_eng_ioctl_wait_cb: pthread_cond_timedwait returned %d\n", rc);
  /bionic/libc/include/
pthread.h 179 int pthread_cond_timedwait(pthread_cond_t *cond,
183 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
200 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /external/dbus/dbus/
dbus-sysdeps-pthread.c 260 result = pthread_cond_timedwait (&pcond->cond, &pmutex->lock, &end_time);
264 PTHREAD_CHECK ("pthread_cond_timedwait", result);
  /external/quake/quake/src/WinQuake/
snd_android.cpp 174 if (ETIMEDOUT == pthread_cond_timedwait( &condition_cond, &condition_mutex, &ts)) {
  /external/webkit/JavaScriptCore/wtf/
ThreadingPthreads.cpp 376 return pthread_cond_timedwait(&m_condition, &mutex.impl(), &targetTime) == 0;
  /frameworks/base/include/utils/
threads.h 378 return -pthread_cond_timedwait(&mCond, &mutex.mMutex, &ts);
  /ndk/build/platforms/android-3/arch-arm/usr/include/
pthread.h 174 int pthread_cond_timedwait(pthread_cond_t *cond,
178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
  /ndk/build/platforms/android-4/arch-arm/usr/include/
pthread.h 174 int pthread_cond_timedwait(pthread_cond_t *cond,
178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
  /ndk/build/platforms/android-5/arch-arm/usr/include/
pthread.h 174 int pthread_cond_timedwait(pthread_cond_t *cond,
178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
  /ndk/build/platforms/android-5/arch-x86/usr/include/
pthread.h 174 int pthread_cond_timedwait(pthread_cond_t *cond,
178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
195 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /ndk/build/platforms/android-8/arch-arm/usr/include/
pthread.h 179 int pthread_cond_timedwait(pthread_cond_t *cond,
183 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
200 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /ndk/build/platforms/android-8/arch-x86/usr/include/
pthread.h 179 int pthread_cond_timedwait(pthread_cond_t *cond,
183 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
200 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /dalvik/vm/alloc/
HeapWorker.c 381 cc = pthread_cond_timedwait(&gDvm.heapWorkerCond,
  /external/bluetooth/glib/gthread/
gthread-posix.c 242 result = pthread_cond_timedwait ((pthread_cond_t *) cond,
253 posix_check_err (posix_error (result), "pthread_cond_timedwait");
  /hardware/ril/reference-ril/
atchannel.c 105 pthread_cond_timedwait just turns around and makes this
757 err = pthread_cond_timedwait(&s_commandcond, &s_commandmutex, &ts);
  /system/core/adb/
usb_linux.c 323 res = pthread_cond_timedwait(&h->notify, &h->lock, &ts);
  /bionic/libc/bionic/
pthread.c 1478 int pthread_cond_timedwait(pthread_cond_t *cond, function
    [all...]
  /dalvik/vm/
Sync.c 648 ret = pthread_cond_timedwait(cond, mutex, &ts);
774 ret = pthread_cond_timedwait(&self->waitCond, &self->waitMutex, &ts);
    [all...]
  /external/bluetooth/bluez/audio/
liba2dp.c 984 err = pthread_cond_timedwait(&data->client_wait, &data->mutex, &ts);
1013 /* pthread_cond_timedwait returns positive errors */

Completed in 4026 milliseconds

1 2