Searched refs:UX_ASSERT_FAIL (Results 1 – 2 of 2) sorted by relevance
332 #define UX_ASSERT_FAIL ux_test_assert_hit(__FILE__, __LINE__); macro
254 #ifndef UX_ASSERT_FAIL256 #define UX_ASSERT_FAIL for (;;) {tx_thread_sleep(UX_WAIT_FOREV… macro258 #define UX_ASSERT_FAIL for (;;) {} macro261 #define UX_ASSERT(s) if (!(s)) {UX_ASSERT_FAIL}