Home
last modified time | relevance | path

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

/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/
DChangeLog592 o Remove BSD-ism: TIMEVAL_TO_TIMESPEC(). (193c7de Ed Schouten)