Searched refs:__now (Results 1 – 2 of 2) sorted by relevance
37 struct timeval __now, __end; \41 microtime(&__now); \42 timevaladd(&__end, &__now); \52 microtime(&__now); \53 if (timevalcmp(&__now, &__end, >)) \67 struct timeval __now, __end; \71 microtime(&__now); \72 timevaladd(&__end, &__now); \82 microtime(&__now); \83 if (timevalcmp(&__now, &__end, >)) \
155 typename _Clock::time_point __now = _Clock::now(); in wait_until() local156 if (__t <= __now) in wait_until()