Home
last modified time | relevance | path

Searched refs:handle_eintr (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/sys_util/src/
Dhandle_eintr.rs116 macro_rules! handle_eintr { macro
118 use $crate::handle_eintr::InterruptibleResult;
237 let res = handle_eintr!(dummy()); in sys_eintr()
256 let res = handle_eintr!(dummy()); in io_eintr()
Dlib.rs17 pub mod handle_eintr; module