Searched refs:ex_string (Results 1 – 1 of 1) sorted by relevance
1134 void rt_assert_handler(const char *ex_string, const char *func, rt_size_t line) in rt_assert_handler() argument1149 … rt_kprintf("(%s) assertion failed at function:%s, line number:%d \n", ex_string, func, line); in rt_assert_handler()1156 rt_assert_hook(ex_string, func, line); in rt_assert_handler()
Completed in 4 milliseconds