Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Daltcp_tcp.c168 tcp_poll(tpcb, NULL, tpcb->pollinterval); in altcp_tcp_remove_callbacks()
332 tcp_poll(pcb, oldpoll, pcb->pollinterval); in altcp_tcp_close()
Daltcp.c265 conn->pollinterval = interval; in altcp_poll()
Dtcp.c1598 if (prev->polltmr >= prev->pollinterval) {
2298 pcb->pollinterval = interval;
/third_party/lwip/src/include/lwip/
Daltcp.h80 u8_t pollinterval; member
Dtcp.h278 u8_t polltmr, pollinterval; member
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c576 altcp_poll(inner_conn, NULL, inner_conn->pollinterval); in altcp_mbedtls_remove_callbacks()
1067 altcp_poll(inner_conn, oldpoll, inner_conn->pollinterval); in altcp_mbedtls_close()
/third_party/python/Lib/idlelib/
Dpyshell.py628 self.tkconsole.pollinterval, self.poll_subprocess)
959 self.pollinterval = 50 # millisec
/third_party/python/Lib/idlelib/idle_test/
Dtest_sidebar.py429 cls.shell.pollinterval = 10