Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Ddriver.rs35 pub(crate) struct Driver { struct
37 io: IoDriver, argument
39 time: Arc<TimeDriver>, argument
49 impl Driver { implementation
Dparker.rs58 pub(crate) fn get_driver(&self) -> &Arc<Mutex<Driver>> { in get_driver()
93 fn park_on_driver(&self, driver: &mut Driver) { in park_on_driver()
157 pub(crate) fn get_driver(&self) -> &Arc<Mutex<Driver>> { in get_driver()