OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timeout_val
(Results
1 - 2
of
2
) sorted by null
/external/libbrillo/brillo/streams/
file_stream.cc
142
timeval
timeout_val
= {};
variable
145
TIMESPEC_TO_TIMEVAL(&
timeout_val
, &ts);
148
timeout.is_max() ? nullptr : &
timeout_val
));
/external/wpa_supplicant_8/src/utils/
eloop_win.c
536
DWORD count, ret,
timeout_val
, err;
local
563
timeout_val
= tv.sec * 1000 + tv.usec / 1000;
565
timeout_val
= INFINITE;
575
timeout_val
);
578
timeout_val
, TRUE);
Completed in 64 milliseconds