/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xos.h | 111 # 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 D | gettimeofday.c | 2 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 D | RTTimeNow-posix.cpp | 48 gettimeofday(&tv, NULL);
|
H A D | time-posix.cpp | 55 /* fallback to gettimeofday(). */ 57 gettimeofday(&tv, NULL);
|
H A D | semmutex-posix.cpp | 82 gettimeofday(&tv, NULL); 285 gettimeofday(&tv, NULL);
|
/vbox/src/VBox/Runtime/r3/darwin/ |
H A D | time-darwin.cpp | 88 /* worst case: fallback to gettimeofday(). */ 90 gettimeofday(&tv, NULL); 112 gettimeofday(&tv, NULL);
|
/vbox/src/VBox/ValidationKit/snippets/ |
H A D | time-1.c | 54 gettimeofday(pPrev, NULL); 61 gettimeofday(pCur, NULL);
|
/vbox/src/libs/xpcom18a4/nsprpub/config/ |
H A D | now.c | 79 gettimeofday(&tv); 81 gettimeofday(&tv, NULL);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | sleep.c | 50 #define GTOD(_a) gettimeofday(_a) 52 #define GTOD(_a) gettimeofday((_a), NULL)
|
H A D | y2ktmo.c | 72 #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 D | time.c | 44 * 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 D | tstTime-3.cpp | 55 gettimeofday(&tv, NULL);
|
/vbox/src/VBox/Runtime/r3/linux/ |
H A D | time-linux.cpp | 126 /* fallback to gettimeofday(). */ 128 gettimeofday(&tv, NULL);
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdpsnd_libao.c | 162 gettimeofday(&tv, NULL); 180 gettimeofday(&tv, NULL);
|
H A D | rdpsnd_alsa.c | 360 gettimeofday(&tv, NULL); 383 gettimeofday(&tv, NULL);
|
H A D | rdpsnd.c | 870 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 D | sunos4.h | 139 extern int gettimeofday(struct timeval *, struct timezone *);
|
H A D | _unixos.h | 516 * 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 D | rand.c | 60 gettimeofday( &timeofday, 0 );
|
H A D | timer.c | 39 gettimeofday( &t->timeofday, NULL );
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | time.h | 51 * Traditional *nix structure returned by gettimeofday(2) system call, 193 int gettimeofday (struct timeval *tp, void *ignore);
|
/vbox/src/recompiler/ |
H A D | osdep.h | 158 #define qemu_gettimeofday(tp) gettimeofday(tp, NULL);
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testSAX.c | 92 #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 D | slirp.h | 203 # define gettimeofday(x, y) gettimeofday(x) macro
|
/vbox/src/recompiler/tests/ |
H A D | linux-test.c | 242 chk_error(gettimeofday(&tv, NULL)); 249 chk_error(gettimeofday(&tv2, NULL)); 252 error("gettimeofday");
|