Searched refs:stop_callback (Results 1 – 3 of 3) sorted by relevance
181 stop_callback = None185 stop_callback = lambda: self.stop() function186 self.add_timeout(timeout, stop_callback)269 if stop_callback:270 self.remove_timeout(stop_callback)
80 stop_callback: Mutex<Vec<RingBufferStopCallback>>, field108 stop_callback: Mutex::new(Vec::new()), in new_with_handler()165 self.stop_callback.lock().push(callback); in stop()201 self.stop_callback.lock().clear(); in on_event()216 self.stop_callback.lock().clear(); in on_event()
312 std::function<void(const DomainName&)> stop_callback( in ReinitializeQueries() local316 graph_->StopTracking(domain, std::move(stop_callback)); in ReinitializeQueries()