Searched defs:maintenance (Results 1 – 7 of 7) sorted by relevance
56 void (*maintenance) (int, void *, int); member
16 let maintenance = NUM_MAINTENANCE.load(Relaxed); in drop() localVariable
655 fn maintenance(&self, mut core: Box<Core>) -> Box<Core> { in maintenance() method938 fn maintenance(&mut self, worker: &Worker) { in maintenance() method
369 ListenableFuture<Void> maintenance(); in maintenance() method
31 let maintenance = NUM_MAINTENANCE.load(Relaxed); in drop() localVariable
54 void (*maintenance) (int, void *, int); member
511 private void maintenance() { in maintenance() method in Builder