Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/api/
Dtest_sockets.c46 tcpip_thread_poll_one(); in sockets_teardown()
49 tcpip_thread_poll_one(); in sockets_teardown()
51 tcpip_thread_poll_one(); in sockets_teardown()
146 while(tcpip_thread_poll_one()); in test_sockets_allfunctions_basic_domain()
162 while(tcpip_thread_poll_one()); in test_sockets_allfunctions_basic_domain()
185 while(tcpip_thread_poll_one()); in test_sockets_allfunctions_basic_domain()
197 while(tcpip_thread_poll_one()); in test_sockets_allfunctions_basic_domain()
320 while (tcpip_thread_poll_one()); in test_sockets_msgapi_tcp()
405 while (tcpip_thread_poll_one()); in test_sockets_msgapi_tcp()
453 while (tcpip_thread_poll_one()); in test_sockets_msgapi_udp_send_recv_loop()
[all …]
/third_party/lwip/src/include/lwip/
Dtcpip.h104 int tcpip_thread_poll_one(void);
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c72 tcpip_thread_poll_one(); in ip4_teardown()
/third_party/lwip/test/unit/ip6/
Dtest_ip6.c84 tcpip_thread_poll_one(); in ip6_teardown()
/third_party/lwip/src/api/
Dtcpip.c282 tcpip_thread_poll_one(void) in tcpip_thread_poll_one() function