Searched defs:Clock (Results 1 – 4 of 4) sorted by relevance
38 pub(crate) struct Clock { struct57 node: Node<Clock>, argument60 impl Clock { impl122 impl Default for Clock { implementation128 unsafe impl Link for Clock { implementation
142 pub(crate) fn cancel(&mut self, clock_entry: NonNull<Clock>) { in cancel()245 pub(crate) fn insert(&mut self, mut clock_entry: NonNull<Clock>, elapsed: u64) { in insert()258 pub(crate) fn cancel(&mut self, clock_entry: NonNull<Clock>) { in cancel()307 pub(crate) fn take_slot(&mut self, slot: usize) -> LinkedList<Clock> { in take_slot()
80 pub(crate) fn timer_cancel(&self, clock_entry: NonNull<Clock>) { in timer_cancel()
140 pub(crate) fn timer_cancel(&self, clock_entry: NonNull<Clock>) { in timer_cancel()