Home
last modified time | relevance | path

Searched refs:ZBUS_MIN_THREAD_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/zbus/
Dzbus.h191 #define ZBUS_MIN_THREAD_PRIORITY (CONFIG_NUM_PREEMPT_PRIORITIES - 1) macro
279 (.highest_observer_priority = ZBUS_MIN_THREAD_PRIORITY,)) \
448 .priority = ZBUS_MIN_THREAD_PRIORITY, \
490 .priority = ZBUS_MIN_THREAD_PRIORITY, \
530 .priority = ZBUS_MIN_THREAD_PRIORITY, \
/Zephyr-latest/subsys/zbus/
Dzbus.c247 int chan_highest_observer_priority = ZBUS_MIN_THREAD_PRIORITY; in chan_update_hop()
307 obs->data->priority = ZBUS_MIN_THREAD_PRIORITY; in zbus_obs_detach_from_thread()
371 if (prio < ZBUS_MIN_THREAD_PRIORITY) { in chan_unlock()
394 int context_priority = ZBUS_MIN_THREAD_PRIORITY; in zbus_chan_pub()
448 int context_priority = ZBUS_MIN_THREAD_PRIORITY; in zbus_chan_notify()