Home
last modified time | relevance | path

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

/third_party/lwip/src/api/
Dsockets.c2154 long msecs_long = ((timeout->tv_sec * 1000) + ((timeout->tv_usec + 500) / 1000)); in lwip_select() local
2155 if (msecs_long <= 0) { in lwip_select()
2159 msectimeout = (u32_t)msecs_long; in lwip_select()