Searched refs:Dispatch (Results 1 - 25 of 35) sorted by relevance

12

/fuchsia/zircon/system/ulib/async/
H A Dreceiver.cpp25 auto self = Dispatch<Receiver>(receiver);
H A Dtrap.cpp26 auto self = Dispatch<GuestBellTrap>(trap);
H A Dexception.cpp62 auto self = Dispatch<Exception>(exception);
H A Dwait.cpp56 auto self = Dispatch<Wait>(wait);
H A Dtask.cpp102 auto self = Dispatch<Task>(task);
112 auto self = Dispatch<TaskClosure>(task); // must do this if status is not ok
/fuchsia/zircon/system/ulib/dispatcher-pool/include/dispatcher-pool/
H A Ddispatcher-wakeup-event.h55 void Dispatch(ExecutionDomain* domain) __TA_EXCLUDES(obj_lock_) override;
H A Ddispatcher-timer.h66 void Dispatch(ExecutionDomain* domain) __TA_EXCLUDES(obj_lock_) override;
H A Ddispatcher-interrupt.h50 void Dispatch(ExecutionDomain* domain) __TA_EXCLUDES(obj_lock_) override;
H A Ddispatcher-channel.h143 void Dispatch(ExecutionDomain* domain) __TA_EXCLUDES(obj_lock_) override;
H A Ddispatcher-event-source.h101 virtual void Dispatch(ExecutionDomain* domain) __TA_EXCLUDES(obj_lock_) = 0;
/fuchsia/zircon/third_party/lib/acpica/source/components/events/
H A Devgpeutil.c372 ACPI_FREE (GpeEventInfo->Dispatch.Handler);
373 GpeEventInfo->Dispatch.Handler = NULL;
381 Notify = GpeEventInfo->Dispatch.NotifyList;
389 GpeEventInfo->Dispatch.NotifyList = NULL;
H A Devgpe.c501 /* Dispatch the event to a raw handler */
503 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler;
523 * Dispatch the event to a standard handler or
579 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
588 Notify = GpeEventInfo->Dispatch.NotifyList;
613 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode;
624 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode)));
732 * DESCRIPTION: Dispatch a General Purpose Event to either a function (e.g. EC)
788 * Dispatch the GPE to either an installed handler or the control
800 ReturnValue = GpeEventInfo->Dispatch
[all...]
H A Devxface.c923 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode;
951 GpeEventInfo->Dispatch.Handler = Handler;
1122 if (GpeEventInfo->Dispatch.Handler->Address != Address)
1130 Handler = GpeEventInfo->Dispatch.Handler;
1131 GpeEventInfo->Dispatch.Handler = NULL;
1135 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode;
H A Devxfgpe.c462 Notify = GpeEventInfo->Dispatch.NotifyList;
476 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
477 GpeEventInfo->Dispatch.NotifyList = NewNotify;
/fuchsia/zircon/system/ulib/async/include/lib/async/cpp/
H A Dreceiver.h46 static T* Dispatch(async_receiver_t* receiver) { function in class:async::ReceiverBase
104 auto self = Dispatch<ReceiverMethod>(receiver);
H A Dexception.h34 static T* Dispatch(async_exception_t* exception) { function in class:async::ExceptionBase
112 auto self = Dispatch<ExceptionMethod>(exception);
H A Dtask.h117 static T* Dispatch(async_task_t* task) { function in class:async::TaskBase
172 auto self = Dispatch<TaskMethod>(task);
219 auto self = Dispatch<TaskClosureMethod>(task); // must do this if status is not ok
H A Dwait.h75 static T* Dispatch(async_wait* wait) { function in class:async::WaitBase
142 auto self = Dispatch<WaitMethod>(wait);
H A Dtrap.h54 static T* Dispatch(async_guest_bell_trap_t* trap) { function in class:async::GuestBellTrapBase
111 auto self = Dispatch<GuestBellTrapMethod>(trap);
/fuchsia/zircon/system/host/abigen/parser/
H A Dparser.h62 struct Dispatch { struct
69 bool process_line(P* parser, const Dispatch<P>* table,
116 bool run_parser(P* parser, const Dispatch<P>* table, const char* input, bool verbose) {
/fuchsia/zircon/system/host/abigen/
H A Dabigen.cpp17 constexpr Dispatch<AbigenGenerator> abigen_table[] = {
/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-interrupt.cpp74 void Interrupt::Dispatch(ExecutionDomain* domain) { function in class:dispatcher::Interrupt
H A Ddispatcher-wakeup-event.cpp103 void WakeupEvent::Dispatch(ExecutionDomain* domain) { function in class:dispatcher::WakeupEvent
H A Ddispatcher-timer.cpp101 // Dispatch.
126 // figure it out by the time we hit Dispatch.
133 void Timer::Dispatch(ExecutionDomain* domain) { function in class:dispatcher::Timer
/fuchsia/zircon/third_party/lib/acpica/source/components/parser/
H A Dpsxface.c211 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState);

Completed in 122 milliseconds

12