/development/ndk/platforms/android-21/include/ |
D | 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_PUB… 91 extern int clock_settime(clockid_t, const struct timespec*) __LIBC_ABI_PUBLIC__;
|
D | pthread.h | 174 int pthread_cond_timedwait(pthread_cond_t*, pthread_mutex_t*, const struct timespec*) __nonnull((1,… 210 int pthread_mutex_timedlock(pthread_mutex_t*, const struct timespec*) __nonnull((1, 2)); 224 int pthread_rwlock_timedrdlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2)); 225 int pthread_rwlock_timedwrlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2)); 273 int pthread_cond_timedwait_monotonic_np(pthread_cond_t*, pthread_mutex_t*, const struct timespec*); 274 int pthread_cond_timedwait_monotonic(pthread_cond_t*, pthread_mutex_t*, const struct timespec*); 276 int pthread_cond_timedwait_relative_np(pthread_cond_t*, pthread_mutex_t*, const struct timespec*) /…
|
D | semaphore.h | 56 struct timespec; 57 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
|
D | poll.h | 42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
|
/development/ndk/platforms/android-8/include/ |
D | 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 *);
|
D | pthread.h | 172 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts); 187 const struct timespec *abstime); 195 const struct timespec *abstime); 202 const struct timespec *abstime); 211 const struct timespec *reltime);
|
D | sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
/development/ndk/platforms/android-3/include/ |
D | 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 *);
|
D | semaphore.h | 53 struct timespec; 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
|
D | sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
D | pthread.h | 172 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts); 182 const struct timespec *abstime); 190 const struct timespec *abstime);
|
/development/ndk/platforms/android-3/include/linux/ |
D | android_alarm.h | 41 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec) 42 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec) 43 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec) 44 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
|
D | time.h | 19 struct timespec { struct 48 struct timespec it_interval; 49 struct timespec it_value;
|
D | coda.h | 39 struct timespec { struct 61 struct timespec { argument 149 struct timespec va_atime; 150 struct timespec va_mtime; 151 struct timespec va_ctime;
|
/development/ndk/platforms/android-21/include/linux/ |
D | android_alarm.h | 50 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec) 51 #define ANDROID_ALARM_SET_AND_WAIT(type) ALARM_IOW(3, type, struct timespec) 52 #define ANDROID_ALARM_GET_TIME(type) ALARM_IOW(4, type, struct timespec) 54 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
|
D | time.h | 25 struct timespec { struct 46 struct timespec it_interval; argument 47 struct timespec it_value;
|
D | coda.h | 46 struct timespec { struct 71 struct timespec { argument 162 struct timespec va_atime; 164 struct timespec va_mtime; 165 struct timespec va_ctime;
|
/development/ndk/platforms/android-9/include/ |
D | pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts); 189 const struct timespec *abstime); 197 const struct timespec *abstime); 204 const struct timespec *abstime); 213 const struct timespec *reltime); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
|
D | sched.h | 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
|
/development/ndk/platforms/android-5/include/ |
D | pthread.h | 172 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts); 182 const struct timespec *abstime); 190 const struct timespec *abstime); 197 const struct timespec *abstime); 206 const struct timespec *reltime);
|
/development/ndk/platforms/android-19/include/sys/ |
D | stat.h | 142 extern int utimensat(int fd, const char *path, const struct timespec times[2], int flags); 143 extern int futimens(int fd, const struct timespec times[2]);
|
/development/ndk/platforms/android-3/include/sys/ |
D | select.h | 42 const struct timespec *timeout, const sigset_t *sigmask);
|
D | atomics.h | 79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/development/ndk/platforms/android-21/include/sys/ |
D | stat.h | 190 extern int utimensat(int fd, const char *path, const struct timespec times[2], int flags); 191 extern int futimens(int fd, const struct timespec times[2]);
|
D | select.h | 68 extern int pselect(int, fd_set*, fd_set*, fd_set*, const struct timespec*, const sigset_t*);
|