Home
last modified time | relevance | path

Searched refs:rt_assert_set_hook (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dmips_backtrace.c204 rt_assert_set_hook(assert_hook); in backtrace_init()
/nrf52832-nimble/rt-thread/include/
H A Drtthread.h536 void rt_assert_set_hook(void (*hook)(const char *ex, const char *func, rt_size_t line));
/nrf52832-nimble/rt-thread/src/
H A Dkservice.c1303 void rt_assert_set_hook(void (*hook)(const char *ex, const char *func, rt_size_t line)) in rt_assert_set_hook() function