Home
last modified time | relevance | path

Searched defs:MAX_SAFE_TIMEOUT (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/unix/selector/
Dpoll.rs507 const MAX_SAFE_TIMEOUT: u128 = 1789569; in poll() constant
509 const MAX_SAFE_TIMEOUT: u128 = libc::c_int::MAX as u128; in poll() constant