Home
last modified time | relevance | path

Searched refs:TIMEVAL_TO_TIMESPEC (Results 1 – 4 of 4) 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/libevent/
DChangeLog360 o Remove BSD-ism: TIMEVAL_TO_TIMESPEC(). (193c7de Ed Schouten)