Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Dwait_queue.rs307 pub struct EventWaitQueue { struct
311 impl Default for EventWaitQueue { implementation
318 impl EventWaitQueue { implementation
/DragonOS/kernel/src/driver/tty/
H A Dtty_core.rs380 pub fn read_wq(&self) -> &EventWaitQueue { in read_wq()
385 pub fn write_wq(&self) -> &EventWaitQueue { in write_wq()