Searched refs:handle_eintr (Results 1 – 2 of 2) sorted by relevance
116 macro_rules! handle_eintr { macro118 use $crate::handle_eintr::InterruptibleResult;237 let res = handle_eintr!(dummy()); in sys_eintr()256 let res = handle_eintr!(dummy()); in io_eintr()
17 pub mod handle_eintr; module