OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poll_timeout
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/
quic-hq-interop.c
874
struct timeval
poll_timeout
;
local
933
poll_timeout
.tv_sec = 0;
934
poll_timeout
.tv_usec = 0;
936
&
poll_timeout
, 0, &result_count)) {
/src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc
126
int
poll_timeout
;
member in struct:__anon18392
584
timeout = gdb_notifier.timeout_valid ? gdb_notifier.
poll_timeout
: -1;
832
gdb_notifier.
poll_timeout
= timeout.tv_sec * 1000;
/src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc
126
int
poll_timeout
;
member in struct:__anon21133
584
timeout = gdb_notifier.timeout_valid ? gdb_notifier.
poll_timeout
: -1;
832
gdb_notifier.
poll_timeout
= timeout.tv_sec * 1000;
/src/external/bsd/libpcap/dist/
pcap-linux.c
210
int
poll_timeout
; /* timeout to use in poll() */
member in struct:pcap_linux
923
handlep->
poll_timeout
= 1; /* don't block for very long */
926
handlep->
poll_timeout
= -1; /* block forever */
935
handlep->
poll_timeout
= -1; /* block forever, let TPACKET_V3 wake us up */
938
handlep->
poll_timeout
= handlep->timeout; /* block for that amount of time */
945
handlep->
poll_timeout
= 0;
3546
timeout = handlep->
poll_timeout
;
3818
if (handlep->
poll_timeout
== 0)
/src/external/bsd/wpa/dist/wpa_supplicant/examples/
dpp-nfc.py
302
poll_timeout
= 0.1 if timeout is None or timeout > 0.1 else timeout
303
if not self.socket.poll('recv',
poll_timeout
):
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026