Searched defs:start_order (Results 1 – 2 of 2) sorted by relevance
32 start_order: Arc<Mutex<Vec<Box<dyn Stoppable + Send + Sync>>>>, field97 let mut start_order = self.start_order.lock().await; in get() localVariable111 let mut start_order = self.start_order.lock().await; in stop_all() localVariable
125 unsigned long start_order() const { return start_order_; } in start_order() function