Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
D__assert.h90 #define __ASSERT_POST_ACTION() assert_post_action() macro
93 #define __ASSERT_POST_ACTION() assert_post_action(__FILE__, __LINE__)
115 __ASSERT_POST_ACTION(); \
125 __ASSERT_POST_ACTION(); \
143 #define __ASSERT_POST_ACTION() { } macro
149 #define __ASSERT_POST_ACTION() { } macro
/Zephyr-latest/modules/openthread/platform/
Dmisc.c107 __ASSERT_POST_ACTION(); in otPlatAssertFail()