Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.9/kernel/src/libs/futex/
Dfutex.rs303 timer.unwrap().cancel(); in futex_wait()
313 timer.unwrap().cancel(); in futex_wait()
340 timer.cancel(); in futex_wait()
/DragonOS-0.1.9/kernel/src/time/
Dtimer.rs143 pub fn cancel(&self) -> bool { in cancel() method
/DragonOS-0.1.9/kernel/src/net/event_poll/
Dmod.rs496 timer.unwrap().cancel(); in do_epoll_wait()