Home
last modified time | relevance | path

Searched refs:sys_msleep (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dsys.c48 #ifndef sys_msleep
55 sys_msleep(u32_t ms) in sys_msleep() function
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsys.h120 #define sys_msleep(t) macro
264 #ifndef sys_msleep
269 void sys_msleep(u32_t ms); /* only has a (close to) 1 ms resolution. */
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsys.h120 #define sys_msleep(t) macro
264 #ifndef sys_msleep
269 void sys_msleep(u32_t ms); /* only has a (close to) 1 ms resolution. */
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/ping/
A Dnet_deamon.c229 sys_msleep(POLL_PING_DELAY); in net_daemon_thread()
236 sys_msleep(POLL_NET_STATUS_PERIOD_FAST_MS); in net_daemon_thread()
242 sys_msleep(POLL_NET_STATUS_PERIOD_MS); in net_daemon_thread()
A Dping.c306 sys_msleep(ping_delay); in ping_thread()

Completed in 6 milliseconds