Searched refs:zbus_obs_detach_from_thread (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/subsys/zbus/hlp_priority_boost/src/ |
D | main.c | 57 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/ |
D | main.c | 794 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/ |
D | zbus.h | 1023 int zbus_obs_detach_from_thread(const struct zbus_observer *obs);
|
/Zephyr-latest/subsys/zbus/ |
D | zbus.c | 301 int zbus_obs_detach_from_thread(const struct zbus_observer *obs) in zbus_obs_detach_from_thread() function
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 357 observer using the :c:func:`zbus_obs_detach_from_thread`. Only enabled observers and observations
|