HomeSort by relevance Sort by last modified time
    Searched refs:timespec (Results 201 - 225 of 1383) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
time.h 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
88 extern int clock_getres(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__;
89 extern int clock_gettime(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__;
90 extern int clock_nanosleep(clockid_t, int, const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
91 extern int clock_settime(clockid_t, const struct timespec*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
time.h 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
88 extern int clock_getres(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__;
89 extern int clock_gettime(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__;
90 extern int clock_nanosleep(clockid_t, int, const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
91 extern int clock_settime(clockid_t, const struct timespec*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
time.h 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
88 extern int clock_getres(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__;
89 extern int clock_gettime(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__;
90 extern int clock_nanosleep(clockid_t, int, const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
91 extern int clock_settime(clockid_t, const struct timespec*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
99 extern int clock_getres(clockid_t, struct timespec *);
100 extern int clock_gettime(clockid_t, struct timespec *);
101 extern int clock_settime(clockid_t, const struct timespec *);
102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
99 extern int clock_getres(clockid_t, struct timespec *);
100 extern int clock_gettime(clockid_t, struct timespec *);
101 extern int clock_settime(clockid_t, const struct timespec *);
102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
99 extern int clock_getres(clockid_t, struct timespec *);
100 extern int clock_gettime(clockid_t, struct timespec *);
101 extern int clock_settime(clockid_t, const struct timespec *);
102 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
97 extern int clock_getres(clockid_t, struct timespec *);
98 extern int clock_gettime(clockid_t, struct timespec *);
99 extern int clock_settime(clockid_t, const struct timespec *);
100 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
97 extern int clock_getres(clockid_t, struct timespec *);
98 extern int clock_gettime(clockid_t, struct timespec *);
99 extern int clock_settime(clockid_t, const struct timespec *);
100 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
97 extern int clock_getres(clockid_t, struct timespec *);
98 extern int clock_gettime(clockid_t, struct timespec *);
99 extern int clock_settime(clockid_t, const struct timespec *);
100 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
time.h 41 extern int nanosleep(const struct timespec *, struct timespec *);
97 extern int clock_getres(clockid_t, struct timespec *);
98 extern int clock_gettime(clockid_t, struct timespec *);
99 extern int clock_settime(clockid_t, const struct timespec *);
100 extern int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 58 static void idle_timeout(evContext, void *, struct timespec, struct timespec);
65 struct timespec lastTouched;
66 struct timespec max_idle;
73 struct timespec
75 struct timespec x;
82 struct timespec
83 evAddTime(struct timespec addend1, struct timespec addend2) {
84 struct timespec x
    [all...]
  /development/ndk/platforms/android-3/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
time.h 9 struct timespec { struct
43 struct timespec it_interval; /* timer period */
44 struct timespec it_value; /* timer expiration */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
time.h 9 struct timespec { struct
43 struct timespec it_interval; /* timer period */
44 struct timespec it_value; /* timer expiration */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
time.h 19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;

Completed in 1806 milliseconds

1 2 3 4 5 6 7 891011>>