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

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop.c 338 static void eloop_handle_alarm(int sig) function
359 signal(SIGALRM, eloop_handle_alarm);
  /external/wpa_supplicant_8/src/utils/
eloop.c 575 static void eloop_handle_alarm(int sig) function
596 signal(SIGALRM, eloop_handle_alarm);

Completed in 427 milliseconds