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

/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-execution-domain.cpp123 fbl::RefPtr<EventSource>&& event_source) {
124 if (event_source == nullptr)
127 // This check is a bit sketchy... This event_source should *never* be in
128 // any ExecutionDomain's event_source list at this point in time, however if
133 ZX_DEBUG_ASSERT(!event_source->InExecutionDomain());
136 // any new event sources. Fail the request to add this event_source.
141 // We are still active. Transfer the reference to this event_source to our set
143 sources_.push_front(fbl::move(event_source));
147 void ExecutionDomain::RemoveEventSource(EventSource* event_source) { argument
151 // event_source ma
122 AddEventSource( fbl::RefPtr<EventSource>&& event_source) argument
165 AddPendingWork(EventSource* event_source) argument
194 RemovePendingWork(EventSource* event_source) argument
[all...]
H A Ddispatcher-thread-pool.cpp326 auto event_source = local
333 ZX_DEBUG_ASSERT(event_source != nullptr);
334 fbl::RefPtr<ExecutionDomain> domain = event_source->ScheduleDispatch(pkt);
/fuchsia/zircon/system/ulib/dispatcher-pool/include/dispatcher-pool/
H A Ddispatcher-event-source.h116 node_state(EventSource& event_source) { argument
117 return event_source.sources_node_state_;
123 node_state(EventSource& event_source) { argument
124 return event_source.pending_work_node_state_;

Completed in 15 milliseconds