Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h151 const int __timeout = ((int)(timeout)) < 1 ? 1 : (timeout); \
160 __timeout, state, lock); \
165 if (__timeout != MAX_SCHEDULE_TIMEOUT) { \
169 __ret = __timeout + __start - ticks; \
173 else if (__ret > __timeout) \
174 __ret = __timeout; \
/freebsd/contrib/llvm-project/libcxx/src/
H A Datomic.cpp58 static constexpr timespec __timeout = {2, 0}; in __libcpp_platform_wait_on_address() local
59 _LIBCPP_FUTEX(__ptr, FUTEX_WAIT_PRIVATE, __val, &__timeout, 0, 0); in __libcpp_platform_wait_on_address()