Home
last modified time | relevance | path

Searched refs:timespec (Results 1 – 25 of 36) sorted by relevance

12

/development/ndk/platforms/android-21/include/
Dtime.h63 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__;
Dpthread.h174 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*) /…
Dsemaphore.h56 struct timespec;
57 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
Dpoll.h42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
/development/ndk/platforms/android-8/include/
Dtime.h41 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 *);
Dpthread.h172 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);
Dsched.h52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
/development/ndk/platforms/android-3/include/
Dtime.h41 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 *);
Dsemaphore.h53 struct timespec;
54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
Dsched.h52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
Dpthread.h172 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/
Dandroid_alarm.h41 #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)
Dtime.h19 struct timespec { struct
48 struct timespec it_interval;
49 struct timespec it_value;
Dcoda.h39 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/
Dandroid_alarm.h50 #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)
Dtime.h25 struct timespec { struct
46 struct timespec it_interval; argument
47 struct timespec it_value;
Dcoda.h46 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/
Dpthread.h173 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);
Dsched.h52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
/development/ndk/platforms/android-5/include/
Dpthread.h172 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/
Dstat.h142 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/
Dselect.h42 const struct timespec *timeout, const sigset_t *sigmask);
Datomics.h79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
/development/ndk/platforms/android-21/include/sys/
Dstat.h190 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]);
Dselect.h68 extern int pselect(int, fd_set*, fd_set*, fd_set*, const struct timespec*, const sigset_t*);

12