/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
/bionic/libc/bionic/ |
bionic_time_conversions.cpp | 33 bool timespec_from_timeval(timespec& ts, const timeval& tv) { 45 void timespec_from_ms(timespec& ts, const int ms) { 50 void timeval_from_timespec(timeval& tv, const timespec& ts) { 57 bool timespec_from_absolute_timespec(timespec& ts, const timespec& abs_ts, clockid_t clock) {
|
/bionic/libc/include/ |
poll.h | 35 #include <time.h> /* For timespec. */ 42 int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*); 48 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t); 49 int __ppoll_real(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*) __RENAME(ppoll); 71 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, const sigset_t* mask) {
|
time.h | 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 90 extern int clock_getres(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__; 91 extern int clock_gettime(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__; 92 extern int clock_nanosleep(clockid_t, int, const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 93 extern int clock_settime(clockid_t, const struct timespec*) __LIBC_ABI_PUBLIC__;
|
/development/ndk/platforms/android-21/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__;
|
/development/ndk/platforms/android-3/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 *);
|
/development/ndk/platforms/android-8/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/7/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/7/platforms/android-3/arch-x86/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/7/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/7/platforms/android-4/arch-x86/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/7/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/7/platforms/android-5/arch-x86/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/8/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/8/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/8/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 *);
|