Home
last modified time | relevance | path

Searched refs:os_get_time (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/games/minetest/minetest-5.4.1/src/
H A Dporting.h188 inline u64 os_get_time(double mult) in os_get_time() function
196 inline u64 getTimeS() { return os_get_time(1); } in getTimeS()
197 inline u64 getTimeMs() { return os_get_time(1000); } in getTimeMs()
198 inline u64 getTimeUs() { return os_get_time(1000*1000); } in getTimeUs()
199 inline u64 getTimeNs() { return os_get_time(1000*1000*1000); } in getTimeNs()
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/utils/
H A Deloop_none.c127 os_get_time(&timeout->time); in eloop_register_timeout()
319 os_get_time(&now); in eloop_run()
338 os_get_time(&now); in eloop_run()
H A Deloop.c307 if (os_get_time(&timeout->time) < 0) { in eloop_register_timeout()
511 os_get_time(&now); in eloop_run()
535 os_get_time(&now); in eloop_run()
573 os_get_time(&now); in eloop_destroy()
H A Dos_none.c29 int os_get_time(struct os_time *t) in os_get_time() function
H A Deloop_win.c250 os_get_time(&timeout->time); in eloop_register_timeout()
463 os_get_time(&now); in eloop_run()
504 os_get_time(&now); in eloop_run()
H A Dos_win32.c30 int os_get_time(struct os_time *t) in os_get_time() function
H A Dos.h37 int os_get_time(struct os_time *t);
/dports/net/hostapd/hostapd-2.9/src/utils/
H A Dos_win32.c26 int os_get_time(struct os_time *t) in os_get_time() function
55 int res = os_get_time(&now); in os_get_reltime()
H A Duuid.c82 os_get_time(&t); in uuid_random()
H A Dos_none.c23 int os_get_time(struct os_time *t) in os_get_time() function
/dports/net/hostapd-devel/hostap-14ab4a816/src/utils/
H A Dos_win32.c26 int os_get_time(struct os_time *t) in os_get_time() function
55 int res = os_get_time(&now); in os_get_reltime()
H A Duuid.c82 os_get_time(&t); in uuid_random()
H A Dos_none.c23 int os_get_time(struct os_time *t) in os_get_time() function
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/utils/
H A Dos_win32.c26 int os_get_time(struct os_time *t) in os_get_time() function
55 int res = os_get_time(&now); in os_get_reltime()
H A Duuid.c82 os_get_time(&t); in uuid_random()
H A Dos_none.c23 int os_get_time(struct os_time *t) in os_get_time() function
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_win32.c26 int os_get_time(struct os_time *t) in os_get_time() function
55 int res = os_get_time(&now); in os_get_reltime()
H A Duuid.c82 os_get_time(&t); in uuid_random()
H A Dos_none.c23 int os_get_time(struct os_time *t) in os_get_time() function
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/utils/
H A Dos_win32.c26 int os_get_time(struct os_time *t) in os_get_time() function
55 int res = os_get_time(&now); in os_get_reltime()
H A Duuid.c82 os_get_time(&t); in uuid_random()
H A Dos_none.c23 int os_get_time(struct os_time *t) in os_get_time() function
/dports/net/freediameter/freeDiameter-1.5.0/extensions/app_radgw/
H A Dhostap_compat.h102 static __inline__ int os_get_time(struct os_time *t) in os_get_time() function
/dports/net/hostapd-devel/hostap-14ab4a816/wpa_supplicant/
H A Dnotify.c571 os_get_time(&global->suspend_time); in wpas_notify_suspend()
587 os_get_time(&now); in wpas_notify_resume()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wpa_supplicant/
H A Dnotify.c571 os_get_time(&global->suspend_time); in wpas_notify_suspend()
587 os_get_time(&now); in wpas_notify_resume()

1234567