Searched defs:Clock (Results 1 – 3 of 3) sorted by relevance
35 pub(crate) struct Clock { struct54 node: Node<Clock>, argument57 impl Clock { implementation119 impl Default for Clock { implementation125 unsafe impl Link for Clock { implementation239 pub(crate) fn cancel(&mut self, clock_entry: NonNull<Clock>) { in cancel()347 pub(crate) fn insert(&mut self, mut clock_entry: NonNull<Clock>) { in insert()362 pub(crate) fn cancel(&mut self, clock_entry: NonNull<Clock>) { in cancel()424 pub(crate) fn take_slot(&mut self, slot: usize) -> LinkedList<Clock> { in take_slot()
58 pub(crate) fn timer_cancel(&self, clock_entry: NonNull<Clock>) { in timer_cancel()
155 pub(crate) fn timer_cancel(&self, clock_entry: NonNull<Clock>) { in timer_cancel()