Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 5 of 5) sorted by relevance

/DragonOS/tools/debugging/logmonitor/src/
H A Devent.rs44 let timeout = tick_rate in new() localVariable
/DragonOS/kernel/src/process/
H A Dtimer.rs73 pub fn timeout(&self) -> bool { in timeout() method
/DragonOS/kernel/src/time/
H A Dtimer.rs191 pub fn timeout(&self) -> bool { in timeout() method
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_device.rs387 let timeout = 100_000; in wait_for_read() localVariable
398 let timeout = 100_000; in wait_for_write() localVariable
/DragonOS/kernel/src/net/event_poll/
H A Dmod.rs429 let mut timeout = false; in do_epoll_wait() localVariable