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

12 3

  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
pthread.h 183 const struct timespec *abstime);
185 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
191 const struct timespec *abstime);
198 const struct timespec *abstime);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
pthread.h 183 const struct timespec *abstime);
185 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
191 const struct timespec *abstime);
198 const struct timespec *abstime);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
pthread.h 183 const struct timespec *abstime);
185 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
191 const struct timespec *abstime);
198 const struct timespec *abstime);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
pthread.h 176 const struct timespec *abstime);
178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
184 const struct timespec *abstime);
191 const struct timespec *abstime);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
pthread.h 176 const struct timespec *abstime);
178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
184 const struct timespec *abstime);
191 const struct timespec *abstime);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
pthread.h 181 const struct timespec *abstime);
183 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
189 const struct timespec *abstime);
196 const struct timespec *abstime);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
pthread.h 181 const struct timespec *abstime);
183 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
189 const struct timespec *abstime);
196 const struct timespec *abstime);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
pthread.h 183 const struct timespec *abstime);
185 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
191 const struct timespec *abstime);
198 const struct timespec *abstime);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
pthread.h 183 const struct timespec *abstime);
185 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
191 const struct timespec *abstime);
198 const struct timespec *abstime);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
pthread.h 187 const struct timespec *abstime);
189 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
195 const struct timespec *abstime);
202 const struct timespec *abstime);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
pthread.h 187 const struct timespec *abstime);
189 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
195 const struct timespec *abstime);
202 const struct timespec *abstime);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
pthread.h 187 const struct timespec *abstime);
189 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
195 const struct timespec *abstime);
202 const struct timespec *abstime);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
pthread.h 176 const struct timespec *abstime);
178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
184 const struct timespec *abstime);
191 const struct timespec *abstime);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
pthread.h 181 const struct timespec *abstime);
183 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
189 const struct timespec *abstime);
196 const struct timespec *abstime);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
pthread.h 187 const struct timespec *abstime);
189 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
195 const struct timespec *abstime);
202 const struct timespec *abstime);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
pthread.h 187 const struct timespec *abstime);
189 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
195 const struct timespec *abstime);
202 const struct timespec *abstime);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
pthread.h 187 const struct timespec *abstime);
189 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
195 const struct timespec *abstime);
202 const struct timespec *abstime);
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 910 struct timespec abstime = { 0, 0 }; local
928 clock_gettime(CLOCK_MONOTONIC, &abstime);
933 abstime.tv_nsec += nano_sec;
934 if (abstime.tv_nsec > NSEC_PER_SEC)
936 abstime.tv_sec += (abstime.tv_nsec / NSEC_PER_SEC);
937 abstime.tv_nsec = abstime.tv_nsec % NSEC_PER_SEC;
939 abstime.tv_sec += sec;
942 &gki_cb.os.thread_evt_mutex[rtask], &abstime);
    [all...]
  /external/valgrind/main/helgrind/
hg_intercepts.c 731 struct timespec* abstime)
741 cond, mutex, abstime);
753 abstime_is_valid = abstime->tv_nsec >= 0 && abstime->tv_nsec < 1000000000;
764 CALL_FN_W_WWW(ret, fn, cond,mutex,abstime);
768 "invalid abstime did not cause"
796 struct timespec* abstime) {
797 return pthread_cond_timedwait_WRK(cond, mutex, abstime);
802 struct timespec* abstime) {
803 return pthread_cond_timedwait_WRK(cond, mutex, abstime);
    [all...]
  /development/ndk/platforms/android-3/include/
pthread.h 176 const struct timespec *abstime);
178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
184 const struct timespec *abstime);
  /external/libusb_aah/libusb/os/
threads_windows.c 178 const struct timespec *abstime) {
194 TIMESPEC_TO_TIMEVAL(&targ_time, abstime);
196 if(delta_time.tv_sec < 0) // abstime already passed?
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 176 const struct timespec *abstime);
178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
184 const struct timespec *abstime);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 176 const struct timespec *abstime);
178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
184 const struct timespec *abstime);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h 176 const struct timespec *abstime);
178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
184 const struct timespec *abstime);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
pthread.h 176 const struct timespec *abstime);
178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
184 const struct timespec *abstime);

Completed in 730 milliseconds

12 3