Searched refs:to_deactivate (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-execution-domain.cpp61 fbl::DoublyLinkedList<fbl::RefPtr<EventSource>, EventSource::SourcesListTraits> to_deactivate; local
70 to_deactivate.swap(sources_);
88 if (!to_deactivate.is_empty()) {
89 for (auto& source : to_deactivate) {
92 to_deactivate.clear();
151 // event_source may still be on a list (the local 'to_deactivate' list in

Completed in 27 milliseconds