Searched refs:handler_name (Results 1 – 2 of 2) sorted by relevance
| /lib/liblwip/src/core/ |
| D | timers.c | 263 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug() argument 281 timeout->handler_name = handler_name; in sys_timeout_debug() 283 (void *)timeout, msecs, handler_name, (void *)arg)); in sys_timeout_debug() 389 tmptimeout->handler_name, arg)); in sys_check_timeouts() 451 tmptimeout->handler_name, arg)); in sys_timeouts_mbox_fetch()
|
| /lib/liblwip/src/include/lwip/ |
| D | timers.h | 73 const char* handler_name; member 80 …d sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name);
|