Searched refs:rt_assert_hook (Results 1 – 3 of 3) sorted by relevance
1297 void (*rt_assert_hook)(const char *ex, const char *func, rt_size_t line); variable1305 rt_assert_hook = hook; in rt_assert_set_hook()1319 if (rt_assert_hook == RT_NULL) in rt_assert_handler()1336 rt_assert_hook(ex_string, func, line); in rt_assert_handler()
535 extern void (*rt_assert_hook)(const char *ex, const char *func, rt_size_t line);
555 * 增加rt_assert_hook,在触发断言时可以执行这个钩子函数;