HomeSort by relevance Sort by last modified time
    Searched refs:timeout_val (Results 1 - 2 of 2) sorted by null

  /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);
  /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));

Completed in 65 milliseconds