Searched refs:__timeout (Results 1 – 1 of 1) sorted by relevance
42 static constexpr timespec __timeout = { 2, 0 }; in __libcpp_platform_wait_on_address() local43 syscall(SYS_futex, __ptr, FUTEX_WAIT_PRIVATE, __val, &__timeout, 0, 0); in __libcpp_platform_wait_on_address()