Searched refs:sys_timeout_handler (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | timeouts.h | 95 typedef void (* sys_timeout_handler)(void *arg); typedef 100 sys_timeout_handler h; 110 void sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_nam… 113 void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg); 116 void sys_untimeout(sys_timeout_handler handler, void *arg);
|
D | lowpower.h | 91 typedef void (*sys_timeout_handler)(void *args); typedef 108 sys_timeout_handler handler; 157 void sys_untimeout(sys_timeout_handler handler, void *arg); 161 err_t sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg);
|
D | tcpip.h | 99 err_t tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg); 100 err_t tcpip_untimeout(sys_timeout_handler h, void *arg);
|
/third_party/lwip/src/core/ |
D | timeouts.c | 183 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs() 185 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg) in sys_timeout_abs() 289 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug() 292 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) in sys_timeout_debug() 319 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() 365 sys_timeout_handler handler; in sys_check_timeouts()
|
D | lowpower.c | 161 sys_timeout_handler handler, in sys_timeout_reg() 255 sys_timeout_handler handler = t->handler; in handle_timer_and_free() 429 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() 457 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) in sys_timeout()
|
/third_party/lwip/src/include/lwip/priv/ |
D | tcpip_priv.h | 160 sys_timeout_handler h;
|
/third_party/lwip/src/api/ |
D | tcpip.c | 447 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout() 474 tcpip_untimeout(sys_timeout_handler h, void *arg) in tcpip_untimeout()
|