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

  /external/wpa_supplicant_8/src/utils/
eloop_win.c 240 os_time_t now_sec; local
246 now_sec = timeout->time.sec;
248 if (timeout->time.sec < now_sec) {
eloop.c 481 os_time_t now_sec; local
490 now_sec = timeout->time.sec;
492 if (timeout->time.sec < now_sec) {

Completed in 16 milliseconds