Searched refs:line (Results 1 – 1 of 1) sorted by relevance
| /src/ |
| A D | kservice.c | 1113 void (*rt_assert_hook)(const char *ex, const char *func, rt_size_t line); 1120 void rt_assert_set_hook(void (*hook)(const char *ex, const char *func, rt_size_t line)) in rt_assert_set_hook() argument 1134 void rt_assert_handler(const char *ex_string, const char *func, rt_size_t line) in rt_assert_handler() argument 1149 … 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 5 milliseconds