Home
last modified time | relevance | path

Searched refs:TIMEVAL_TO_TIMESPEC (Results 1 – 7 of 7) sorted by relevance

/external/dhcpcd-6.8.2/
Dcommon.h106 #ifndef TIMEVAL_TO_TIMESPEC
107 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \ macro
Dcommon.c134 TIMEVAL_TO_TIMESPEC(&tv, ts); in get_monotonic()
/external/webrtc/webrtc/system_wrappers/source/
Devent_timer_posix.cc89 TIMEVAL_TO_TIMESPEC(&value, &end_at); in Wait()
186 TIMEVAL_TO_TIMESPEC(&value, &created_at_); in Process()
/external/openssh/
Ddefines.h486 #ifndef TIMEVAL_TO_TIMESPEC
487 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
Dmisc.c1055 TIMEVAL_TO_TIMESPEC(&bw->bwend, &ts); in bandwidth_limit()
/external/openssh/openbsd-compat/
Dbsd-misc.c163 TIMEVAL_TO_TIMESPEC(&tremain, rem) in nanosleep()
/external/libevent/
Dkqueue.c265 TIMEVAL_TO_TIMESPEC(tv, &ts); in kq_dispatch()