HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cond_timedwait_monotonic (Results 1 - 14 of 14) sorted by null

  /bionic/libc/include/
pthread.h 192 * unfortunately pthread_cond_timedwait_monotonic has shipped already
194 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond,
  /development/ndk/platforms/android-3/include/
pthread.h 182 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond,
  /development/ndk/platforms/android-5/include/
pthread.h 187 * unfortunately pthread_cond_timedwait_monotonic has shipped already
189 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond,
  /development/ndk/platforms/android-8/include/
pthread.h 192 * unfortunately pthread_cond_timedwait_monotonic has shipped already
194 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond,
  /development/ndk/platforms/android-9/include/
pthread.h 194 * unfortunately pthread_cond_timedwait_monotonic has shipped already
196 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond,
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 182 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond,
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 182 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 182 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 187 * unfortunately pthread_cond_timedwait_monotonic has shipped already
189 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 192 * unfortunately pthread_cond_timedwait_monotonic has shipped already
194 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 192 * unfortunately pthread_cond_timedwait_monotonic has shipped already
194 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond,
  /dalvik/vm/alloc/
HeapWorker.c 405 cc = pthread_cond_timedwait_monotonic(&gDvm.heapWorkerCond,
  /dalvik/vm/
Sync.c 699 ret = pthread_cond_timedwait_monotonic(cond, mutex, &ts);
830 ret = pthread_cond_timedwait_monotonic(&self->waitCond, &self->waitMutex, &ts);
    [all...]
  /bionic/libc/bionic/
pthread.c 1486 int pthread_cond_timedwait_monotonic(pthread_cond_t *cond, function
    [all...]

Completed in 351 milliseconds