Home
last modified time | relevance | path

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

12

/external/dbus/dbus/
Ddbus-server.c105 server->timeouts = NULL; in _dbus_server_init_base()
128 server->timeouts = _dbus_timeout_list_new (); in _dbus_server_init_base()
129 if (server->timeouts == NULL) in _dbus_server_init_base()
146 if (server->timeouts) in _dbus_server_init_base()
148 _dbus_timeout_list_free (server->timeouts); in _dbus_server_init_base()
149 server->timeouts = NULL; in _dbus_server_init_base()
184 _dbus_timeout_list_free (server->timeouts); in _dbus_server_finalize_base()
332 DBusTimeoutList *timeouts; in protected_change_timeout() local
341 timeouts = server->timeouts; in protected_change_timeout()
342 if (timeouts) in protected_change_timeout()
[all …]
Ddbus-timeout.c177 DBusList *timeouts; /**< Timeout objects. */ member
216 _dbus_list_foreach (&timeout_list->timeouts, in _dbus_timeout_list_free()
219 _dbus_list_clear (&timeout_list->timeouts); in _dbus_timeout_list_free()
250 link = _dbus_list_get_first_link (&timeout_list->timeouts); in _dbus_timeout_list_set_functions()
253 DBusList *next = _dbus_list_get_next_link (&timeout_list->timeouts, in _dbus_timeout_list_set_functions()
261 link2 = _dbus_list_get_first_link (&timeout_list->timeouts); in _dbus_timeout_list_set_functions()
264 DBusList *next = _dbus_list_get_next_link (&timeout_list->timeouts, in _dbus_timeout_list_set_functions()
283 _dbus_list_foreach (&timeout_list->timeouts, in _dbus_timeout_list_set_functions()
312 if (!_dbus_list_append (&timeout_list->timeouts, timeout)) in _dbus_timeout_list_add_timeout()
322 _dbus_list_remove_last (&timeout_list->timeouts, timeout); in _dbus_timeout_list_add_timeout()
[all …]
Ddbus-connection.c256 DBusTimeoutList *timeouts; /**< Stores active timeouts. */ member
773 DBusTimeoutList *timeouts; in protected_change_timeout() local
782 timeouts = connection->timeouts; in protected_change_timeout()
783 if (timeouts) in protected_change_timeout()
785 connection->timeouts = NULL; in protected_change_timeout()
790 retval = (* add_function) (timeouts, timeout); in protected_change_timeout()
794 (* remove_function) (timeouts, timeout); in protected_change_timeout()
799 (* toggle_function) (timeouts, timeout, enabled); in protected_change_timeout()
803 connection->timeouts = timeouts; in protected_change_timeout()
1271 connection->timeouts = timeout_list; in _dbus_connection_new_for_transport()
[all …]
Ddbus-server-protected.h67 DBusTimeoutList *timeouts; /**< Our timeouts */ member
/external/wpa_supplicant/
Dradius_client.c175 conf->acct_server->timeouts++; in radius_client_retransmit()
183 conf->auth_server->timeouts++; in radius_client_retransmit()
283 old->timeouts++; in radius_client_timer()
308 old->timeouts++; in radius_client_timer()
1093 serv->timeouts, in radius_client_dump_auth_server()
1139 serv->timeouts, in radius_client_dump_acct_server()
Dradius_client.h42 u32 timeouts; /* @ClientTimeouts */ member
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
Dradius_client.c176 conf->acct_server->timeouts++; in radius_client_retransmit()
184 conf->auth_server->timeouts++; in radius_client_retransmit()
284 old->timeouts++; in radius_client_timer()
309 old->timeouts++; in radius_client_timer()
1175 serv->timeouts, in radius_client_dump_auth_server()
1221 serv->timeouts, in radius_client_dump_acct_server()
Dradius_client.h42 u32 timeouts; /* @ClientTimeouts */ member
/external/bluetooth/bluez/doc/
Dinput-api.txt26 timeouts in the client it is fine to call this method.
Dserial-api.txt35 timeouts in the client it is fine to call this method.
Dnetwork-api.txt36 timeouts in the client it is fine to call this method.
/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/bluetooth/glib/docs/reference/glib/
Dchanges.sgml69 All sources (timeouts, idle functions, etc.) are associated with a
/external/webkit/JavaScriptCore/wtf/
DCONTRIBUTORS.pthreads-win3289 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/libpcap/
DCHANGES293 timeouts.
/external/dnsmasq/
Ddnsmasq.conf.example422 # whether it has a record of the lease or not. This avoids long timeouts
/external/netcat/
DREADME167 use timeouts and retries to do their thing and in many cases won't bother
728 average and dynamically set its own response timeouts along with decoding any
751 involved like settable ports or timeouts, construct a tiny "foo" script:
/external/dbus/
DNEWS519 - add timeouts for authentication, activation
DChangeLog1505 calls queued timeouts on disconnect
3341 or shorter timeouts for method calls
8981 * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
11282 * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
12173 * bus/*.c: adapt to handle OOM for watches/timeouts
12404 watches/timeouts
12406 * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
13245 Add NoReply error (for reply timeouts).
13499 Implement support for timeouts in dbus-glib.
13961 Add functions for adding and removing timeouts.
[all …]
/external/bluetooth/bluez/
DChangeLog132 Fix audio connection authorization handling with timeouts.
925 Remove kernel specific timeouts.
/external/webkit/WebKitTools/DumpRenderTree/mac/
DDumpRenderTree.mm437 …// Disable hardware composititing to avoid timeouts and crashes from buggy CoreVideo teardown code.
/external/bluetooth/glib/
DChangeLog.pre-2-10454 no sorting and a thread pool with idle thread timeouts.
DChangeLog.pre-1-2506 g_source_remove_by_user_data would remove timeouts or other sources as
1217 - Added timeouts and idle functions using main-loop abstraction.

12