Searched refs:__timeout (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/libcxx/src/ |
D | atomic.cpp | 35 static constexpr timespec __timeout = { 2, 0 }; in __libcpp_platform_wait_on_address() local 36 syscall(SYS_futex, __ptr, FUTEX_WAIT_PRIVATE, __val, &__timeout, 0, 0); in __libcpp_platform_wait_on_address()
|
/external/ltp/testcases/kernel/syscalls/epoll2/include/ |
D | epoll.h | 117 int __maxevents, int __timeout) __THROW;
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 605 __timeout: *mut timeval, in select() 614 __timeout: *const timespec, in pselect()
|