Searched refs:rt_assert_hook (Results 1 – 1 of 1) sorted by relevance
1113 void (*rt_assert_hook)(const char *ex, const char *func, rt_size_t line); variable1122 rt_assert_hook = hook; in rt_assert_set_hook()1138 if (rt_assert_hook == RT_NULL) in rt_assert_handler()1156 rt_assert_hook(ex_string, func, line); in rt_assert_handler()
Completed in 6 milliseconds