/bionic/libc/bionic/ |
D | bionic_time_conversions.cpp | 33 bool timespec_from_timeval(timespec& ts, const timeval& tv) { in timespec_from_timeval() 45 void timespec_from_ms(timespec& ts, const int ms) { in timespec_from_ms() 50 void timeval_from_timespec(timeval& tv, const timespec& ts) { in timeval_from_timespec()
|
D | poll.cpp | 41 timespec ts; in poll() local 50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) { in ppoll() 62 int ppoll64(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset64_t* ss) { in ppoll64() 82 timespec ts; in select() local 99 const timespec* ts, const sigset_t* ss) { in pselect() 112 const timespec* ts, const sigset64_t* ss) { in pselect64()
|
D | clock.cpp | 37 timespec ts; in clock() local
|
D | sys_time.cpp | 38 timespec ts[2]; in futimesat() local 59 timespec ts[2]; in futimes() local
|
D | timespec_get.cpp | 31 int timespec_get(timespec* ts, int base) { in timespec_get()
|
D | posix_timers.cpp | 204 int timer_gettime(timer_t id, itimerspec* ts) { in timer_gettime() 213 int timer_settime(timer_t id, int flags, const itimerspec* ts, itimerspec* ots) { in timer_settime()
|
D | sys_sem.cpp | 64 int semtimedop(int id, sembuf* ops, size_t op_count, const timespec* ts) { in semtimedop()
|
D | pthread_cond.cpp | 231 timespec ts; in pthread_cond_timedwait_relative_np() local 242 timespec ts; in pthread_cond_timeout_np() local
|
D | ndk_cruft.cpp | 107 char* strtotimeval(const char* str, struct timeval* ts) { in strtotimeval()
|
D | pthread_mutex.cpp | 940 timespec ts; in pthread_mutex_lock_timeout_np() local
|
/bionic/libc/private/ |
D | bionic_time_conversions.h | 50 static inline int check_timespec(const timespec* ts, bool null_allowed) { in check_timespec() 66 static inline void absolute_timespec_from_timespec(timespec& abs_ts, const timespec& ts, clockid_t … in absolute_timespec_from_timespec()
|
/bionic/tests/ |
D | poll_test.cpp | 44 timespec ts = { .tv_nsec = 100 }; in TEST() local 53 timespec ts = { .tv_nsec = 100 }; in TEST() local
|
D | time_test.cpp | 363 itimerspec ts; in SetTime() local 417 itimerspec ts; in TEST() local 637 itimerspec ts; in TEST() local 679 timespec ts; in TEST() local 684 timespec ts; in TEST() local 689 timespec ts; in TEST() local 694 timespec ts; in TEST() local 699 timespec ts; in TEST() local 705 timespec ts; in TEST() local 711 timespec ts; in TEST() local [all …]
|
D | semaphore_test.cpp | 95 static inline void timespec_add_ms(timespec& ts, size_t ms) { in timespec_add_ms() 109 timespec ts; in sem_timedwait_helper() local
|
D | sys_sem_test.cpp | 61 timespec ts = { .tv_sec = 0, .tv_nsec = 100 }; in TEST() local
|
D | pthread_test.cpp | 589 timespec ts; in TEST() local 973 timespec ts; in TEST() local 983 timespec ts; in TEST() local 1021 timespec ts; in TEST() local 1031 timespec ts; in TEST() local 1048 timespec ts; in pthread_rwlock_wakeup_timeout_helper() local 1445 timespec ts; in TEST_F() local 1457 timespec ts; in TEST_F() local 1470 timespec ts; in TEST_F() local 1493 timespec ts; in pthread_cond_timedwait_timeout_helper() local [all …]
|
D | sys_socket_test.cpp | 158 struct timespec ts; in TestRecvMMsg() local
|
/bionic/libc/include/sys/ |
D | time.h | 89 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ argument 93 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ argument
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | res_random.c | 178 struct timespec ts; in res_initid() local 230 struct timespec ts; in __res_randomid() local
|
/bionic/libc/kernel/uapi/linux/ |
D | errqueue.h | 44 struct timespec ts[3]; member
|
D | ptp_clock.h | 57 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1]; member 62 struct ptp_clock_time ts[PTP_MAX_SAMPLES][3]; member
|
D | omap3isp.h | 90 struct timeval ts; member
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_timers.c | 168 struct timespec ts; in evTimeSpec() local 176 evTimeVal(struct timespec ts) { in evTimeVal()
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 503 timespec ts; in async_safe_write_log() local
|
/bionic/libc/tzcode/ |
D | localtime.c | 578 struct state *ts = &lsp->u.st; in tzloadbody() local
|