Searched defs:os_time_t (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dos.h18 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/hostapd/src/utils/
H A Dos.h12 typedef long os_time_t; typedef
19 void os_sleep(os_time_t sec, os_time_t usec);
22 os_time_t sec;
23 os_time_t usec;
65 os_time_t *t);
76 int os_gmtime(os_time_t t, struct os_tm *tm);
/external/wpa_supplicant_8/src/utils/
H A Dos.h12 typedef long os_time_t; typedef
19 void os_sleep(os_time_t sec, os_time_t usec);
22 os_time_t sec;
23 os_time_t usec;
65 os_time_t *t);
76 int os_gmtime(os_time_t t, struct os_tm *tm);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h12 typedef long os_time_t; typedef
19 void os_sleep(os_time_t sec, os_time_t usec);
22 os_time_t sec;
23 os_time_t usec;
65 os_time_t *t);
76 int os_gmtime(os_time_t t, struct os_tm *tm);

Completed in 62 milliseconds