Searched refs:handler_name (Results 1 – 6 of 6) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | timeouts.c | 181 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs() argument 200 timeout->handler_name = handler_name; in sys_timeout_abs() 202 (void *)timeout, abs_time, handler_name, (void *)arg)); in sys_timeout_abs() 239 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: %s()\n", cyclic->handler_name)); in lwip_cyclic_timer() 248 … sys_timeout_abs((u32_t)(now + cyclic->interval_ms), lwip_cyclic_timer, arg, cyclic->handler_name); in lwip_cyclic_timer() 256 sys_timeout_abs(next_timeout_time, lwip_cyclic_timer, arg, cyclic->handler_name); in lwip_cyclic_timer() 287 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug() argument 302 sys_timeout_abs(next_timeout_time, handler, arg, handler_name); in sys_timeout_debug() 385 tmptimeout->handler_name, sys_now() - tmptimeout->time, arg)); in sys_check_timeouts()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | timeouts.h | 69 const char* handler_name; member 92 const char* handler_name; member 99 …d sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name);
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | timeouts.h | 74 const char* handler_name; member 99 const char* handler_name; member 106 …d sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name);
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | timeouts.c | 168 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: %s()\n", cyclic->handler_name)); in cyclic_timer() 201 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug() argument 229 timeout->handler_name = handler_name; in sys_timeout_debug() 231 (void *)timeout, msecs, handler_name, (void *)arg)); in sys_timeout_debug() 341 tmptimeout->handler_name, arg)); in sys_check_timeouts()
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A 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()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A 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);
|
Completed in 6 milliseconds