/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() 55 void absolute_timespec_from_timespec(timespec& abs_ts, const timespec& ts, clockid_t clock) { in absolute_timespec_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() 69 timespec ts; in select() local 86 const timespec* ts, const sigset_t* ss) { in pselect()
|
D | clock.cpp | 37 timespec ts; in clock() local
|
D | utimes.cpp | 37 timespec ts[2]; in utimes() local
|
D | clock_getcpuclockid.cpp | 43 timespec ts; in clock_getcpuclockid() local
|
D | posix_timers.cpp | 207 int timer_gettime(timer_t id, itimerspec* ts) { in timer_gettime() 216 int timer_settime(timer_t id, int flags, const itimerspec* ts, itimerspec* ots) { in timer_settime()
|
D | pthread_cond.cpp | 232 timespec ts; in pthread_cond_timedwait_relative_np() local 243 timespec ts; in pthread_cond_timeout_np() local
|
D | getentropy_linux.c | 359 struct timespec ts; in getentropy_fallback() local
|
D | libc_logging.cpp | 565 timespec ts; in __libc_write_log() local 608 timespec ts; in __libc_android_log_event() local
|
D | ndk_cruft.cpp | 104 char* strtotimeval(const char* str, struct timeval* ts) { in strtotimeval()
|
D | pthread_mutex.cpp | 616 timespec ts; in pthread_mutex_lock_timeout_np() local
|
/bionic/libc/include/sys/ |
D | time.h | 80 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ argument 84 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ argument
|
/bionic/libc/private/ |
D | bionic_time_conversions.h | 50 static inline int check_timespec(const timespec* ts, bool null_allowed) { in check_timespec()
|
/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/tests/ |
D | semaphore_test.cpp | 95 static inline void timespec_add_ms(timespec& ts, size_t ms) { in timespec_add_ms() 108 timespec ts; in TEST() local
|
D | time_test.cpp | 197 itimerspec ts; in SetTime() local 251 itimerspec ts; in TEST() local 488 itimerspec ts; in TEST() local 550 timespec ts; in TEST() local 566 timespec ts; in TEST() local
|
D | pthread_test.cpp | 465 timespec ts; in TEST() local 776 timespec ts; in TEST() local 812 timespec ts; in TEST() local 827 timespec ts; in pthread_rwlock_wakeup_timeout_helper() local 1194 timespec ts; in TEST_F() local 1206 timespec ts; in TEST_F() local 1222 timespec ts; in TEST() local 1673 timespec ts; in TEST() local
|
D | sys_socket_test.cpp | 156 struct timespec ts; in TestRecvMMsg() local
|
/bionic/libc/kernel/uapi/linux/ |
D | errqueue.h | 44 struct timespec ts[3]; member
|
D | ptp_clock.h | 65 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1]; member
|
D | omap3isp.h | 106 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/dns/resolv/ |
D | res_cache.c | 1306 struct timespec ts = {0,0}; in _cache_check_pending_request_locked() local
|
/bionic/libc/tzcode/ |
D | localtime.c | 578 struct state *ts = &lsp->u.st; in tzloadbody() local
|