Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 24 of 24) sorted by relevance

/bionic/libc/bionic/
Dbionic_time_conversions.cpp33 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()
57 bool timespec_from_absolute_timespec(timespec& ts, const timespec& abs_ts, clockid_t clock) { in timespec_from_absolute_timespec()
Dpoll.cpp41 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()
Dclock.cpp37 timespec ts; in clock() local
Dutimes.cpp37 timespec ts[2]; in utimes() local
Dclock_getcpuclockid.cpp43 timespec ts; in clock_getcpuclockid() local
Dposix_timers.cpp207 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()
Dpthread_cond.cpp189 timespec ts; in __pthread_cond_timedwait() local
247 timespec ts; in pthread_cond_timeout_np() local
Dpthread_rwlock.cpp307 timespec ts; in __pthread_rwlock_timedrdlock() local
385 timespec ts; in __pthread_rwlock_timedwrlock() local
Dsemaphore.cpp247 timespec ts; in sem_timedwait() local
Dpthread_mutex.cpp320 timespec ts; in __pthread_normal_mutex_lock() local
488 timespec ts; in __pthread_mutex_lock_with_timeout() local
Dlibc_logging.cpp506 timespec ts; in __libc_write_log() local
568 timespec ts; in __libc_android_log_event() local
Dgetentropy_linux.c359 struct timespec ts; in getentropy_fallback() local
Dndk_cruft.cpp104 extern "C" char* strtotimeval(const char* str, struct timeval* ts) { in strtotimeval()
/bionic/tests/
Dsemaphore_test.cpp94 static inline void timespec_add_ms(timespec& ts, size_t ms) { in timespec_add_ms()
107 timespec ts; in TEST() local
Dtime_test.cpp164 itimerspec ts; in SetTime() local
221 itimerspec ts; in TEST() local
458 itimerspec ts; in TEST() local
520 timespec ts; in TEST() local
536 timespec ts; in TEST() local
Dsys_socket_test.cpp156 struct timespec ts; in TestRecvMMsg() local
Dpthread_test.cpp469 timespec ts; in TEST() local
1118 timespec ts; in TEST() local
/bionic/libc/upstream-openbsd/lib/libc/net/
Dres_random.c177 struct timespec ts; in res_initid() local
229 struct timespec ts; in res_randomid() local
/bionic/libc/kernel/uapi/linux/
Derrqueue.h44 struct timespec ts[3]; member
Dptp_clock.h65 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1]; member
Domap3isp.h106 struct timeval ts; member
/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_timers.c168 struct timespec ts; in evTimeSpec() local
176 evTimeVal(struct timespec ts) { in evTimeVal()
/bionic/libc/dns/resolv/
Dres_cache.c1301 struct timespec ts = {0,0}; in _cache_check_pending_request_locked() local
/bionic/libc/tzcode/
Dlocaltime.c531 struct state *ts = &lsp->u.st; in tzload() local