Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime_macros/src/
Dlib.rs19 mod select; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dselect.rs168 macro_rules! select { macro
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dentry.rs35 mod select; module
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
Depoll.rs54 pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select() method
Dkqueue.rs47 pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dselector.rs57 pub(crate) fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select() method
104 fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select() method