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

1 2 3 45 6 7 8

  /development/ndk/platforms/android-9/include/
pthread.h 185 int pthread_cond_timedwait(pthread_cond_t *cond,
189 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
206 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp 370 return pthread_cond_timedwait(&m_condition, &mutex.impl(), &targetTime) == 0;
  /external/chromium_org/v8/src/platform/
condition-variable.cc 47 // source for pthread_cond_timedwait() to use the monotonic clock.
113 // source for pthread_cond_timedwait() to use the monotonic clock.
118 // The timeout argument to pthread_cond_timedwait() is in absolute time.
124 result = pthread_cond_timedwait(
  /external/stressapptest/src/
disk_blocks.cc 145 result = pthread_cond_timedwait(&data_condition_, &data_mutex_, &ts);
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.c 162 /* make pthread_cond_timedwait fail. */
165 r= pthread_cond_timedwait( &cv, &mx4, &abstime ); assert(r);
tc20_verifywrap.stderr.exp 142 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
147 Thread #x's call to pthread_cond_timedwait failed
150 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_events.c 242 *Spurious wakeups from the pthread_cond_timedwait() or pthread_cond_wait() functions may occur.
369 pthread_cond_timedwait(&(plEvent->
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/5/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
  /prebuilts/ndk/5/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
195 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /prebuilts/ndk/5/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
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
pthread.h 181 int pthread_cond_timedwait(pthread_cond_t *cond,
185 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
202 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /prebuilts/ndk/6/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
  /prebuilts/ndk/6/platforms/android-3/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
  /prebuilts/ndk/6/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
195 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /prebuilts/ndk/6/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
  /prebuilts/ndk/6/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
  /prebuilts/ndk/6/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
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
pthread.h 181 int pthread_cond_timedwait(pthread_cond_t *cond,
185 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
202 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
pthread.h 181 int pthread_cond_timedwait(pthread_cond_t *cond,
185 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
202 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers

Completed in 708 milliseconds

1 2 3 45 6 7 8