Home
last modified time | relevance | path

Searched refs:timeouts (Results 1 – 25 of 26) sorted by relevance

12

/external/dhcpcd/
Deloop.c56 } *timeouts; variable
128 for (t = timeouts; t; t = t->next) { in add_q_timeout_tv()
133 timeouts = t->next; in add_q_timeout_tv()
158 if (!timeouts || timercmp(&t->when, &timeouts->when, <)) { in add_q_timeout_tv()
159 t->next = timeouts; in add_q_timeout_tv()
160 timeouts = t; in add_q_timeout_tv()
163 for (tt = timeouts; tt->next; tt = tt->next) in add_q_timeout_tv()
193 for (t = timeouts; t && (tt = t->next, 1); t = tt) { in v_delete_q_timeouts()
206 timeouts = t->next; in v_delete_q_timeouts()
231 for (t = timeouts; t && (tt = t->next, 1); t = tt) { in delete_q_timeout()
[all …]
/external/chromium_org/tools/valgrind/gtest_exclude/
Dunit_tests.gtest.txt13 # timeouts for P2P connections, and it makes these tests fail under valgrind.
14 # TODO(sergeyu): Remove hardcoded timeouts from libjingle.
/external/chromium_org/chrome/browser/extensions/api/serial/
Dserial_connection_win.cc165 COMMTIMEOUTS timeouts = { 0 }; in PostOpen() local
166 timeouts.ReadIntervalTimeout = MAXDWORD; in PostOpen()
167 if (!::SetCommTimeouts(file_, &timeouts)) { in PostOpen()
/external/wpa_supplicant_8/src/radius/
Dradius_client.h104 u32 timeouts; member
Dradius_client.c335 conf->acct_server->timeouts++; in radius_client_retransmit()
343 conf->auth_server->timeouts++; in radius_client_retransmit()
444 old->timeouts++; in radius_client_timer()
469 old->timeouts++; in radius_client_timer()
1397 serv->timeouts, in radius_client_dump_auth_server()
1443 serv->timeouts, in radius_client_dump_acct_server()
/external/ipsec-tools/src/racoon/
DTODO96 - annoyingly long timeouts on tcp connection attempt, and IKE failure;
97 need to wait till tcp socket timeouts.
/external/chromium/third_party/libevent/
DChangeLog89 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
114 o remove pending timeouts on event_base_free()
164 o Handle NULL timeouts correctly on Solaris; from Trond Norbye
182 …o use a min heap instead of a red-black tree for timeouts; as a result finding the min is a O(1) o…
/external/chromium_org/third_party/libevent/
DChangeLog89 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
114 o remove pending timeouts on event_base_free()
164 o Handle NULL timeouts correctly on Solaris; from Trond Norbye
182 …o use a min heap instead of a red-black tree for timeouts; as a result finding the min is a O(1) o…
/external/apache-harmony/luni/src/test/resources/net.resources/
DREADME.txt130 check the timeouts for socket connections.
/external/chromium_org/third_party/WebKit/Source/wtf/
DCONTRIBUTORS.pthreads-win3289 system clock change handling re CV timeouts;
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
DCONTRIBUTORS81 system clock change handling re CV timeouts;
/external/qemu/docs/
DANDROID-QEMUD-SERVICES.TXT75 emulated phone as well as provide on/off timeouts for flashing.
/external/libppp/src/
DREADME.changes106 o Random dial timeouts are now between 1 and 30 seconds inclusive rather
Dppp.8.m45967 Show the current stopped timeouts.
/external/libusb/
DChangeLog92 Darwin: Cleanup async callback code, catch request timeouts
205 timeouts. On supported systems, this means that there is less hassle
1371 If select() didn't timeout then don't check for more timeouts
/external/libmtp/
DREADME157 timeouts when getting files, and some timeouts on e.g.
/external/ganymed-ssh2/
DHISTORY.txt204 - Added support for specifying timeouts for connection establishment.
/external/libpcap/
DCHANGES293 timeouts.
/external/chromium_org/chrome/browser/policy/proto/chromeos/
Dchrome_device_policy.proto133 // All timeouts are specified in milliseconds.
/external/chromium_org/chrome/browser/chromeos/policy/proto/
Dchrome_device_policy.proto133 // All timeouts are specified in milliseconds.
/external/dnsmasq/
Ddnsmasq.conf.example422 # whether it has a record of the lease or not. This avoids long timeouts
DCHANGELOG.archive1223 avoids long timeouts while DHCP clients try to renew leases
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog81 - longer timeouts for cases where deployed devices have been
/external/e2fsprogs/debian/
Dchangelog1231 * Fix blkid's handling of verification timeouts when the system clock is
/external/chromium_org/components/policy/resources/
Dpolicy_templates.json4859 …ming, screen off and screen lock will be performed after the configured timeouts, irrespective of …

12