Lines Matching refs:loops
16 There are two objects of concern for users of this library: events and event loops.
20 Event loops are the vehicle by which events get posted by event sources and handled by event handle…
26 …loops created using this API are referred to as user event loops. There is, however, a special typ…
27 …sp_event_handler_register_with`. Handlers can be registered with multiple loops, more on that :ref…
30 6. Event loops which are no longer needed can be deleted using :cpp:func:`esp_event_loop_delete`.
124 .. _esp-event-default-loops:
131 through a variant of the APIs for user event loops. The table below enumerates those variants, and …
132 loops equivalent.
152 to how default event loops and user event loops behave. It is even possible for users to post their…
153 to the default event loop, should the user opt to not create their own loops to save memory.
203 …P_PROFILING` can be enabled in order to activate statistics collection for all event loops created.