Home
last modified time | relevance | path

Searched refs:__now (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Diopoll.h37 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, >)) \
/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h155 typename _Clock::time_point __now = _Clock::now(); in wait_until() local
156 if (__t <= __now) in wait_until()