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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/helgrind/tests/
cond_timedwait_invalid.c 22 assert(pthread_cond_timedwait(&cond, &mutex, &abstime)==EINVAL);
cond_timedwait_invalid.stderr.exp 8 Thread #x's call to pthread_cond_timedwait failed
11 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_posix.h 41 #define usbi_cond_timedwait pthread_cond_timedwait
  /external/compiler-rt/test/tsan/
cond_version.c 32 res = pthread_cond_timedwait(&c, &m, &ts1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libanl-2.11.1.so 
libanl.so 
libanl.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libanl-2.11.1.so 
libanl.so 
libanl.so.1 
  /external/chromium_org/base/synchronization/
condition_variable_posix.cc 77 // The timeout argument to pthread_cond_timedwait is in absolute time.
102 int rv = pthread_cond_timedwait(&condition_, user_mutex_, &absolute_time);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_listener.cc 92 return_code = pthread_cond_timedwait(&signal_cond_,
156 return_code = pthread_cond_timedwait(&signal_cond_,
  /external/llvm/test/Linker/
2011-08-22-ResolveAlias.ll 29 @_ZL30__gthrw_pthread_cond_timedwaitP14pthread_cond_tP15pthread_mutex_tPK8timespec = alias weak i32 (%union.pthread_cond_t*, %union.pthread_mutex_t*, %struct.timespec*)* @pthread_cond_timedwait
75 declare extern_weak i32 @pthread_cond_timedwait(%union.pthread_cond_t*, %union.pthread_mutex_t*, %struct.timespec*)
  /external/qemu/distrib/sdl-1.2.15/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.15/src/thread/riscos/
SDL_syscond.c 123 retval = pthread_cond_timedwait(&cond->cond, &mutex->id, &abstime);
134 SDL_SetError("pthread_cond_timedwait() failed");
  /external/chromium_org/v8/src/platform/
condition-variable.cc 24 // source for pthread_cond_timedwait() to use the monotonic clock.
90 // source for pthread_cond_timedwait() to use the monotonic clock.
95 // The timeout argument to pthread_cond_timedwait() is in absolute time.
101 result = pthread_cond_timedwait(
  /hardware/qcom/wlan/qcwcn/wifi_hal/
sync.h 81 return pthread_cond_timedwait(&mCondition, &mMutex, &abstime);
  /development/ndk/platforms/android-5/include/
pthread.h 180 int pthread_cond_timedwait(pthread_cond_t *cond,
184 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
201 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /development/ndk/platforms/android-8/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
  /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-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/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

Completed in 461 milliseconds

1 2 3 4 5 6 7 8 91011>>