Searched refs:listeners (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | Kconfig | 16 bool "Synchronous using listeners" 30 Forces a message copy on the listeners and subscribers to behave equivalent to
|
D | README.rst | 24 * **CONFIG_BM_LISTENERS** Use y to perform the benchmark listeners;
|
/Zephyr-latest/lib/libc/newlib/ |
D | Kconfig | 61 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/ |
D | index.rst | 49 * 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/ |
D | Kconfig.mgmt | 95 and listeners will then be able to get it. Such information depends
|
/Zephyr-latest/lib/heap/ |
D | Kconfig | 78 listeners of certain events related to a heap usage,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_mgmt.rst | 79 multiple listeners registered, one for each layer being listened.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_config_guide.rst | 260 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/ |
D | main.rst | 146 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/ |
D | kconfig.mjs | 542 /* install event listeners */
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 116 * Added ``recycled()`` callback to :c:struct:`bt_conn_cb`, which notifies listeners when a
|
D | release-notes-4.0.rst | 168 * :c:func:`bt_tbs_client_register_cb` now supports multiple listeners and may now return an error.
|
D | release-notes-3.3.rst | 2492 * Observers can be listeners (synchronous) and subscribers (asynchronous). 2495 * Delivery guarantee only for listeners.
|