OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_timeout
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/base/
taskrunner.cc
214
int64_t
next_timeout
= next_task_timeout();
local
215
bool timeout_change = (previous_timeout_time == 0 &&
next_timeout
!= 0) ||
216
next_timeout
< previous_timeout_time ||
218
previous_timeout_time !=
next_timeout
);
/external/avahi/avahi-glib/
glib-watch.c
257
AvahiTimeout *
next_timeout
;
local
268
if ((
next_timeout
= find_next_timeout(g))) {
277
usec = avahi_timeval_diff(&
next_timeout
->expiry, &tvnow);
294
AvahiTimeout *
next_timeout
;
local
298
if ((
next_timeout
= find_next_timeout(g))) {
305
if (avahi_timeval_compare(&
next_timeout
->expiry, &tvnow) <= 0)
319
AvahiTimeout *
next_timeout
;
local
323
if ((
next_timeout
= find_next_timeout(g))) {
330
if (avahi_timeval_compare(&
next_timeout
->expiry, &tvnow) < 0) {
331
start_timeout_callback(
next_timeout
);
[
all
...]
/external/avahi/avahi-common/
simple-watch.c
451
AvahiTimeout *
next_timeout
;
local
481
if ((
next_timeout
= find_next_timeout(s))) {
486
if (
next_timeout
->expiry.tv_sec == 0 &&
487
next_timeout
->expiry.tv_usec == 0) {
495
usec = avahi_timeval_diff(&
next_timeout
->expiry, &now);
548
AvahiTimeout *
next_timeout
;
local
558
if ((
next_timeout
= find_next_timeout(s))) {
560
if (
next_timeout
->expiry.tv_sec == 0 &&
next_timeout
->expiry.tv_usec == 0) {
563
timeout_callback(
next_timeout
);
[
all
...]
/external/libusb/libusb/
io.c
2092
struct timeval *
next_timeout
;
local
[
all
...]
/external/boringssl/src/ssl/
internal.h
962
struct timeval
next_timeout
;
member in struct:dtls1_state_st
[
all
...]
Completed in 100 milliseconds