Home
last modified time | relevance | path

Searched refs:MAX_CLIENT_FD_COUNT (Results 1 - 1 of 1) sorted by relevance

/developtools/hdc/hdc_rust/src/common/
H A Duds.rs32 const MAX_CLIENT_FD_COUNT: usize = 256; consts
187 let pollfds: &mut [libc::pollfd; MAX_CLIENT_FD_COUNT] = in wrap_poll()
188 &mut [init_value; MAX_CLIENT_FD_COUNT]; in wrap_poll()
190 if !(0..MAX_CLIENT_FD_COUNT).contains(&index) { in wrap_poll()

Completed in 1 milliseconds