Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/sockets/
H A Dsockets_stresstest.c180 sockets_stresstest_wait_readable_select(int s, int timeout_ms) in sockets_stresstest_wait_readable_select()
219 sockets_stresstest_wait_readable_poll(int s, int timeout_ms) in sockets_stresstest_wait_readable_poll()
249 sockets_stresstest_wait_readable_recvtimeo(int s, int timeout_ms) in sockets_stresstest_wait_readable_recvtimeo()
290 sockets_stresstest_wait_readable_wait_peek(int s, int timeout_ms) in sockets_stresstest_wait_readable_wait_peek()
314 sockets_stresstest_wait_readable_nonblock(int s, int timeout_ms) in sockets_stresstest_wait_readable_nonblock()
369 sockets_stresstest_wait_readable(int mode, int s, int timeout_ms) in sockets_stresstest_wait_readable()
476 int timeout_ms = LWIP_RAND() % TEST_MAX_RXWAIT_MS; in sockets_stresstest_conn_client() local
522 int timeout_ms = LWIP_RAND() % TEST_MAX_RXWAIT_MS; in sockets_stresstest_conn_server() local