Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h153 const int __timeout = ((int)(timeout)) < 1 ? 1 : (timeout); \
162 __timeout, state, lock); \
167 if (__timeout != MAX_SCHEDULE_TIMEOUT) { \
171 __ret = __timeout + __start - ticks; \
175 else if (__ret > __timeout) \
176 __ret = __timeout; \
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Datomic.cpp41 static constexpr timespec __timeout = { 2, 0 }; in __libcpp_platform_wait_on_address() local
42 syscall(SYS_futex, __ptr, FUTEX_WAIT_PRIVATE, __val, &__timeout, 0, 0); in __libcpp_platform_wait_on_address()