Home
last modified time | relevance | path

Searched refs:listeners (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/subsys/zbus/benchmark/
DKconfig16 bool "Synchronous using listeners"
30 Forces a message copy on the listeners and subscribers to behave equivalent to
DREADME.rst24 * **CONFIG_BM_LISTENERS** Use y to perform the benchmark listeners;
/Zephyr-latest/lib/libc/newlib/
DKconfig61 bool "Notify heap listeners of newlib libc heap events"
64 Notify registered heap listeners upon certain events related to the newlib
/Zephyr-latest/doc/services/zbus/
Dindex.rst49 * Threads (subscribers and message subscribers) and callbacks (listeners) publishing, reading, and
153 * The event dispatcher logic executes the listeners, sends a copy of the message to the message
155 the same sequence they appear on the channel observers' list. The listeners can perform non-copy
162 ascending priority ``S1``, ``MS2``, ``MS1``, and ``T1`` (the highest priority); two listeners,
221 - The VDED executes L1 and L2 in the respective sequence. Inside the listeners, usually, there
278 - The VDED executes L1 and L2 in the respective sequence. Inside the listeners, usually, there
389 ZBus always delivers the messages to the listeners and message subscribers. However, there are no
394 * Keep the listeners quick-as-possible (deal with them as ISRs). If some processing is needed,
523 the event dispatcher calls listeners with the notifying channel already locked. Subscribers,
767 For performance purposes, listeners can access the receiving channel message directly since they
[all …]
/Zephyr-latest/subsys/net/ip/
DKconfig.mgmt95 and listeners will then be able to get it. Such information depends
/Zephyr-latest/lib/heap/
DKconfig78 listeners of certain events related to a heap usage,
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_mgmt.rst79 multiple listeners registered, one for each layer being listened.
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst260 is responsible to deliver network management events to the event listeners that
267 events can be delivered to listeners as fast as possible and they are not lost.
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst146 If your application registers its event listeners after connectivity monitoring initializes, it is …
148 If this is a concern, your application should :ref:`register its event listeners <conn_mgr_monitori…
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs542 /* install event listeners */
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst116 * Added ``recycled()`` callback to :c:struct:`bt_conn_cb`, which notifies listeners when a
Drelease-notes-4.0.rst168 * :c:func:`bt_tbs_client_register_cb` now supports multiple listeners and may now return an error.
Drelease-notes-3.3.rst2492 * Observers can be listeners (synchronous) and subscribers (asynchronous).
2495 * Delivery guarantee only for listeners.