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

  /external/wpa_supplicant/
os.h 18 typedef long os_time_t; typedef
25 void os_sleep(os_time_t sec, os_time_t usec);
28 os_time_t sec;
29 os_time_t usec;
71 os_time_t *t);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 18 typedef long os_time_t; typedef
25 void os_sleep(os_time_t sec, os_time_t usec);
28 os_time_t sec;
29 os_time_t usec;
71 os_time_t *t);
  /external/wpa_supplicant_8/src/utils/
os.h 18 typedef long os_time_t; typedef
25 void os_sleep(os_time_t sec, os_time_t usec);
28 os_time_t sec;
29 os_time_t usec;
71 os_time_t *t);

Completed in 54 milliseconds