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