Home
last modified time | relevance | path

Searched refs:sys_gettimeofday (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/emulators/kcemu/KCemu-0.5.1/include/sys/
H A Dsysdep.h57 void sys_gettimeofday(long *tv_sec, long *tv_usec);
66 void sys_gettimeofday(long *tv_sec, long *tv_usec);
/dports/emulators/kcemu/KCemu-0.5.1/src/sys/mingw/
H A Dsys_gettimeofday.c27 sys_gettimeofday(long *tv_sec, long *tv_usec) in sys_gettimeofday() function
H A DMakefile.am14 sys_gettimeofday.c \
H A DMakefile.in82 sys_gettimeofday.$(OBJEXT) sys_getprogrampath.$(OBJEXT) \
304 sys_gettimeofday.c \
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sys_gettimeofday.Po@am__quote@
/dports/emulators/kcemu/KCemu-0.5.1/src/sys/linux/
H A Dsys_gettimeofday.c26 sys_gettimeofday(long *tv_sec, long *tv_usec) in sys_gettimeofday() function
H A DMakefile.am14 sys_gettimeofday.c \
H A DMakefile.in82 sys_gettimeofday.$(OBJEXT) sys_getprogrampath.$(OBJEXT) \
304 sys_gettimeofday.c \
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sys_gettimeofday.Po@am__quote@
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c159 static inline int sys_gettimeofday(struct timeval *tv, struct timezone *tz) in sys_gettimeofday() function
395 if (sys_gettimeofday(&start, &sys_tz) < 0) { in test_gettimeofday()
402 end_ret = sys_gettimeofday(&end, NULL); in test_gettimeofday()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c159 static inline int sys_gettimeofday(struct timeval *tv, struct timezone *tz) in sys_gettimeofday() function
395 if (sys_gettimeofday(&start, &sys_tz) < 0) { in test_gettimeofday()
402 end_ret = sys_gettimeofday(&end, NULL); in test_gettimeofday()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c159 static inline int sys_gettimeofday(struct timeval *tv, struct timezone *tz) in sys_gettimeofday() function
395 if (sys_gettimeofday(&start, &sys_tz) < 0) { in test_gettimeofday()
402 end_ret = sys_gettimeofday(&end, NULL); in test_gettimeofday()
/dports/emulators/kcemu/KCemu-0.5.1/src/ui/gtk/
H A Dui_gtk.cc368 sys_gettimeofday(&tv2_sec, &tv2_usec); in gtk_sync()
378 sys_gettimeofday(&tv1_sec, &tv1_usec); in gtk_sync()
379 sys_gettimeofday(&basetime_sec, &basetime_usec); in gtk_sync()
384 sys_gettimeofday(&tv_sec, &tv_usec); in gtk_sync()
417 sys_gettimeofday(&tv_sec, &tv_usec); in gtk_sync()
/dports/net/rsync/rsync-3.2.3/lib/
H A Dcompat.c157 int sys_gettimeofday(struct timeval *tv) in sys_gettimeofday() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/win32/
H A Derl_win_sys.h255 extern void sys_gettimeofday(SysTimeval *tv);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/win32/
H A Derl_win_sys.h251 extern void sys_gettimeofday(SysTimeval *tv);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_win_sys.h250 extern void sys_gettimeofday(SysTimeval *tv);
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_win_sys.h250 extern void sys_gettimeofday(SysTimeval *tv);
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_win_sys.h250 extern void sys_gettimeofday(SysTimeval *tv);
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_win_sys.h250 extern void sys_gettimeofday(SysTimeval *tv);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/win32/
H A Derl_win_sys.h255 extern void sys_gettimeofday(SysTimeval *tv);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_unix_sys.h145 #define sys_gettimeofday(Arg) ((void) gettimeofday((Arg), NULL)) macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_unix_sys.h145 #define sys_gettimeofday(Arg) ((void) gettimeofday((Arg), NULL)) macro
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_unix_sys.h145 #define sys_gettimeofday(Arg) ((void) gettimeofday((Arg), NULL)) macro
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_unix_sys.h145 #define sys_gettimeofday(Arg) ((void) gettimeofday((Arg), NULL)) macro
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Dtables_nacl.go32 sys_gettimeofday = 40 const
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/unix/
H A Derl_unix_sys.h145 #define sys_gettimeofday(Arg) ((void) gettimeofday((Arg), NULL)) macro

12345678910>>...13