Home
last modified time | relevance | path

Searched refs:assert_post_action (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/lib/os/
Dassert.c24 __weak void assert_post_action(void) in assert_post_action() function
26 __weak void assert_post_action(const char *file, unsigned int line) in assert_post_action()
45 EXPORT_SYMBOL(assert_post_action);
/Zephyr-latest/include/zephyr/sys/
D__assert.h89 void assert_post_action(void);
90 #define __ASSERT_POST_ACTION() assert_post_action()
92 void assert_post_action(const char *file, unsigned int line);
93 #define __ASSERT_POST_ACTION() assert_post_action(__FILE__, __LINE__)
/Zephyr-latest/tests/kernel/spinlock/src/
Dspinlock_error_case.c55 void assert_post_action(void) in assert_post_action() function
57 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest_error_hook.c114 void assert_post_action(void) in assert_post_action() function
116 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dassert.c20 void assert_post_action(const char *file, unsigned int line) in assert_post_action() function
/Zephyr-latest/tests/lib/acpi/unit/src/
Dassert.c20 void assert_post_action(const char *file, unsigned int line) in assert_post_action() function
/Zephyr-latest/tests/bluetooth/host/host_mocks/
Dassert.c21 void assert_post_action(const char *file, unsigned int line) in assert_post_action() function
/Zephyr-latest/tests/net/mocks/
Dassert.c21 void assert_post_action(const char *file, unsigned int line) in assert_post_action() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_transport.c36 void assert_post_action(const char *file, unsigned int line) in assert_post_action() function
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst40 by the implementation of :c:func:`assert_post_action`. Zephyr provides
/Zephyr-latest/subsys/debug/
DKconfig253 of the assert_post_action() function, which by default will trigger