Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dwheel.rs35 pub(crate) struct Clock { struct
54 node: Node<Clock>, argument
57 impl Clock { implementation
119 impl Default for Clock { implementation
125 unsafe impl Link for Clock { implementation
237 pub(crate) fn cancel(&mut self, clock_entry: NonNull<Clock>) { in cancel()
339 pub(crate) fn insert(&mut self, mut clock_entry: NonNull<Clock>) { in insert()
354 pub(crate) fn cancel(&mut self, clock_entry: NonNull<Clock>) { in cancel()
417 pub(crate) fn take_slot(&mut self, slot: usize) -> LinkedList<Clock> { in take_slot()
Ddriver.rs58 pub(crate) fn timer_cancel(&self, clock_entry: NonNull<Clock>) { in timer_cancel()
65 mut clock_entry: NonNull<Clock>, in handle_entry()