Searched refs:gettimeofday (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXos.h111 # define gettimeofday(t) \ macro
123 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
125 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
128 # define X_GETTIMEOFDAY(t) gettimeofday(t)
130 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dgettimeofday.c2 gettimeofday implementation
44 Heimdal: gettimeofday.c 14773 2005-04-12 11:29:18Z lha $
45 NetBSD: gettimeofday.c,v 1.2 2008/03/22 08:37:21 mlelstv Exp $
55 * Simple gettimeofday that only returns seconds.
58 gettimeofday (struct timeval *tp, void *ignore) function
/vbox/src/VBox/Runtime/r3/posix/
H A DRTTimeNow-posix.cpp48 gettimeofday(&tv, NULL);
H A Dtime-posix.cpp55 /* fallback to gettimeofday(). */
57 gettimeofday(&tv, NULL);
H A Dsemmutex-posix.cpp82 gettimeofday(&tv, NULL);
285 gettimeofday(&tv, NULL);
/vbox/src/VBox/Runtime/r3/darwin/
H A Dtime-darwin.cpp88 /* worst case: fallback to gettimeofday(). */
90 gettimeofday(&tv, NULL);
112 gettimeofday(&tv, NULL);
/vbox/src/VBox/ValidationKit/snippets/
H A Dtime-1.c54 gettimeofday(pPrev, NULL);
61 gettimeofday(pCur, NULL);
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnow.c79 gettimeofday(&tv);
81 gettimeofday(&tv, NULL);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsleep.c50 #define GTOD(_a) gettimeofday(_a)
52 #define GTOD(_a) gettimeofday((_a), NULL)
H A Dy2ktmo.c72 #include <sys/time.h> /* for gettimeofday */
120 gettimeofday(&end_time_tv, NULL);
188 gettimeofday(&end_time_tv, NULL);
263 gettimeofday(&end_time_tv, NULL);
325 gettimeofday(&end_time_tv, NULL);
379 gettimeofday(&end_time_tv, NULL);
427 gettimeofday(&end_time_tv, NULL);
507 gettimeofday(&start_time_tv, NULL);
H A Dtime.c44 * time to get time with gettimeofday(): 1.25 usec avg, 125 msec total
109 rv = gettimeofday(&tp, NULL);
192 Measure(timeGettimeofday, "time to get time with gettimeofday()");
/vbox/src/VBox/Runtime/testcase/
H A DtstTime-3.cpp55 gettimeofday(&tv, NULL);
/vbox/src/VBox/Runtime/r3/linux/
H A Dtime-linux.cpp126 /* fallback to gettimeofday(). */
128 gettimeofday(&tv, NULL);
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_libao.c162 gettimeofday(&tv, NULL);
180 gettimeofday(&tv, NULL);
H A Drdpsnd_alsa.c360 gettimeofday(&tv, NULL);
383 gettimeofday(&tv, NULL);
H A Drdpsnd.c870 gettimeofday(&packet->arrive_tv, NULL);
917 gettimeofday(&packet->completion_tv, NULL);
948 gettimeofday(&now, NULL);
981 gettimeofday(&now, NULL);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h139 extern int gettimeofday(struct timeval *, struct timezone *);
H A D_unixos.h516 * The standard (XPG4) gettimeofday() (from BSD) takes two arguments.
517 * On some SVR4 derivatives, gettimeofday() takes only one argument.
521 #define GETTIMEOFDAY(tp) gettimeofday(tp)
523 #define GETTIMEOFDAY(tp) gettimeofday((tp), NULL)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Drand.c60 gettimeofday( &timeofday, 0 );
H A Dtimer.c39 gettimeofday( &t->timeofday, NULL );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dtime.h51 * Traditional *nix structure returned by gettimeofday(2) system call,
193 int gettimeofday (struct timeval *tp, void *ignore);
/vbox/src/recompiler/
H A Dosdep.h158 #define qemu_gettimeofday(tp) gettimeofday(tp, NULL);
/vbox/src/libs/libxml2-2.6.31/
H A DtestSAX.c92 #define gettimeofday my_gettimeofday macro
108 gettimeofday(&begin, NULL);
122 gettimeofday(&end, NULL);
138 * No gettimeofday function, so we have to make do with calling clock.
172 * We don't have a gettimeofday or time.h, so we just don't do timing
193 /* We don't have gettimeofday, time or stdarg.h, what crazy world is
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h203 # define gettimeofday(x, y) gettimeofday(x) macro
/vbox/src/recompiler/tests/
H A Dlinux-test.c242 chk_error(gettimeofday(&tv, NULL));
249 chk_error(gettimeofday(&tv2, NULL));
252 error("gettimeofday");

Completed in 497 milliseconds

12