Home
last modified time | relevance | path

Searched refs:zbus_obs_detach_from_thread (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/subsys/zbus/hlp_priority_boost/src/
Dmain.c57 zbus_obs_detach_from_thread(sub); in consumer_sub_thread()
82 zbus_obs_detach_from_thread(msub); in consumer_msg_sub_thread()
/Zephyr-latest/tests/subsys/zbus/unittests/src/
Dmain.c794 zassert_equal(-EFAULT, zbus_obs_detach_from_thread(NULL), NULL); in isr_obs_attach_detach()
795 zassert_equal(-EFAULT, zbus_obs_detach_from_thread(&foo_sub), NULL); in isr_obs_attach_detach()
796 zassert_equal(-EFAULT, zbus_obs_detach_from_thread(&invalid_sub), NULL); in isr_obs_attach_detach()
803 zassert_equal(0, zbus_obs_detach_from_thread(&foo_sub), NULL); in ZTEST()
805 zassert_equal(0, zbus_obs_detach_from_thread(&invalid_sub), NULL); in ZTEST()
806 zassert_equal(-EFAULT, zbus_obs_detach_from_thread(NULL), NULL); in ZTEST()
/Zephyr-latest/include/zephyr/zbus/
Dzbus.h1023 int zbus_obs_detach_from_thread(const struct zbus_observer *obs);
/Zephyr-latest/subsys/zbus/
Dzbus.c301 int zbus_obs_detach_from_thread(const struct zbus_observer *obs) in zbus_obs_detach_from_thread() function
/Zephyr-latest/doc/services/zbus/
Dindex.rst357 observer using the :c:func:`zbus_obs_detach_from_thread`. Only enabled observers and observations