Searched defs:sys_timeout (Results 1 - 4 of 4) sorted by relevance
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| H A D | timeouts.h | 114 #define sys_timeout(msecs, handler, arg) (void)sys_timeout_ext(msecs, handler, arg) macro
|
| H A D | lowpower.h | 125 #define sys_timeout(msecs, handler, arg) (void)sys_timeout_ext(msecs, handler, arg) macro
|
| /third_party/lwip/src/include/lwip/ |
| H A D | timeouts.h | 111 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) macro
|
| /third_party/lwip/src/core/ |
| H A D | lowpower.c | 457 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) in sys_timeout() function
|
Completed in 3 milliseconds