Home
last modified time | relevance | path

Searched defs:sys_timeout (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/
Dtimeouts.h111 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dtimeouts.h114 #define sys_timeout(msecs, handler, arg) (void)sys_timeout_ext(msecs, handler, arg) macro
Dlowpower.h125 #define sys_timeout(msecs, handler, arg) (void)sys_timeout_ext(msecs, handler, arg) macro
/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/
Dlowpower.c454 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) in sys_timeout() function