Searched refs:__timeout (Results 1 – 2 of 2) sorted by relevance
153 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; \
41 static constexpr timespec __timeout = { 2, 0 }; in __libcpp_platform_wait_on_address() local42 syscall(SYS_futex, __ptr, FUTEX_WAIT_PRIVATE, __val, &__timeout, 0, 0); in __libcpp_platform_wait_on_address()