Searched refs:assert_post_action (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/lib/os/ |
D | assert.c | 24 __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.h | 89 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/ |
D | spinlock_error_case.c | 55 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/ |
D | ztest_error_hook.c | 114 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/ |
D | assert.c | 20 void assert_post_action(const char *file, unsigned int line) in assert_post_action() function
|
/Zephyr-latest/tests/lib/acpi/unit/src/ |
D | assert.c | 20 void assert_post_action(const char *file, unsigned int line) in assert_post_action() function
|
/Zephyr-latest/tests/bluetooth/host/host_mocks/ |
D | assert.c | 21 void assert_post_action(const char *file, unsigned int line) in assert_post_action() function
|
/Zephyr-latest/tests/net/mocks/ |
D | assert.c | 21 void assert_post_action(const char *file, unsigned int line) in assert_post_action() function
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_transport.c | 36 void assert_post_action(const char *file, unsigned int line) in assert_post_action() function
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 40 by the implementation of :c:func:`assert_post_action`. Zephyr provides
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 253 of the assert_post_action() function, which by default will trigger
|