Home
last modified time | relevance | path

Searched refs:subscriber (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a/include/lib/el3_runtime/
A Dpubsub.h82 #define for_each_subscriber(event, subscriber) \ argument
83 for (subscriber = __pubsub_start_sym(event); \
84 subscriber < __pubsub_end_sym(event); \
85 subscriber++)
93 pubsub_cb_t *subscriber; \
94 for_each_subscriber(event, subscriber) { \
95 (*subscriber)(arg); \
/trusted-firmware-a/docs/design/
A Dfirmware-design.rst2349 - ``for_each_subscriber(event, subscriber)``: Iterates through all handlers
2350 subscribed for ``event``. ``subscriber`` must be a local variable of type
2395 A subscriber that wants to subscribe to event ``foo`` published above would
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dfirmware-design.rst.txt2349 - ``for_each_subscriber(event, subscriber)``: Iterates through all handlers
2350 subscribed for ``event``. ``subscriber`` must be a local variable of type
2395 A subscriber that wants to subscribe to event ``foo`` published above would
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex30269 \sphinxcode{\sphinxupquote{for\_each\_subscriber(event, subscriber)}}: Iterates through all handlers
30270 subscribed for \sphinxcode{\sphinxupquote{event}}. \sphinxcode{\sphinxupquote{subscriber}} must be …
30331 A subscriber that wants to subscribe to event \sphinxcode{\sphinxupquote{foo}} published above would

Completed in 94 milliseconds