Home
last modified time | relevance | path

Searched refs:handler_name (Results 1 - 2 of 2) sorted by relevance

/third_party/lwip/src/core/
H A Dtimeouts.c183 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs() argument
202 timeout->handler_name = handler_name; in sys_timeout_abs()
204 (void *)timeout, abs_time, handler_name, (void *)arg)); in sys_timeout_abs()
241 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: %s()\n", cyclic->handler_name)); in lwip_cyclic_timer()
250 sys_timeout_abs((u32_t)(now + cyclic->interval_ms), lwip_cyclic_timer, arg, cyclic->handler_name); in lwip_cyclic_timer()
258 sys_timeout_abs(next_timeout_time, lwip_cyclic_timer, arg, cyclic->handler_name); in lwip_cyclic_timer()
289 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug() argument
304 sys_timeout_abs(next_timeout_time, handler, arg, handler_name); in sys_timeout_debug()
387 tmptimeout->handler_name, sys_no in sys_check_timeouts()
[all...]
/third_party/lwip/src/include/lwip/
H A Dtimeouts.h78 const char* handler_name; member
103 const char* handler_name; member
110 void sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name);

Completed in 1 milliseconds