HomeSort by relevance Sort by last modified time
    Searched defs:gettimeofday (Results 1 - 25 of 31) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/libiberty/
gettimeofday.c 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
22 gettimeofday (struct timeval *tp, void *tz) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
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
  /external/libcups/cups/
debug-private.h 104 # define gettimeofday(a,b) _cups_gettimeofday(a, b) macro
  /external/ltp/testcases/kernel/syscalls/gettimeofday/
gettimeofday01.c 25 * Testcase to check that gettimeofday(2) sets errno to EFAULT.
28 * Call gettimeofday() with an invalid buffer, and expect EFAULT to be
44 #define gettimeofday(a,b) syscall(__NR_gettimeofday,a,b) macro
66 TEST(gettimeofday((void *)-1, (void *)-1));
68 /* gettimeofday returns an int, so we need to turn the long
80 "gettimeofday(2) set the errno EFAULT correctly");
83 "gettimeofday(2) didn't set errno to EFAULT, errno=%i (%s)",
106 tst_brkm(TCONF, "gettimeofday EFAULT check disabled on uClinux");
gettimeofday02.c 22 * Check if gettimeofday is monotonous
25 * Call gettimeofday() to get a t1 (fist value)
39 #define gettimeofday(a,b) syscall(__NR_gettimeofday,a,b) macro
64 if (gettimeofday(&tv1, NULL)) {
65 tst_res(TBROK | TERRNO, "gettimeofday() failed");
70 if (gettimeofday(&tv2, NULL)) {
71 tst_res(TBROK | TERRNO, "gettimeofday() failed");
89 tst_res(TINFO, "gettimeofday() called %llu times", cnt);
90 tst_res(TPASS, "gettimeofday() monotonous in %i seconds", rtime);
  /bionic/libc/bionic/
vdso.cpp 54 int gettimeofday(timeval* tv, struct timezone* tz) { function
55 auto vdso_gettimeofday = reinterpret_cast<decltype(&gettimeofday)>(
71 if (gettimeofday(&tv, nullptr) == -1) return -1;
  /external/libvncserver/compat/msvc/sys/
time.h 32 static __inline int gettimeofday(struct timeval *tv, struct timezone *tz) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
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)
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_amd64.go 65 func gettimeofday(tv *Timeval) (err Errno) func
67 func Gettimeofday(tv *Timeval) (err error) {
68 errno := gettimeofday(tv)
77 errno := gettimeofday(&tv)
zsyscall_darwin_386.go 1374 func gettimeofday(tp *Timeval) (sec int32, usec int32, err error) { func
zsyscall_darwin_amd64.go 1374 func gettimeofday(tp *Timeval) (sec int64, usec int32, err error) { func
zsyscall_darwin_arm.go 1374 func gettimeofday(tp *Timeval) (sec int32, usec int32, err error) { func
zsyscall_darwin_arm64.go 1374 func gettimeofday(tp *Timeval) (sec int64, usec int32, err error) { func
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_amd64.go 65 func gettimeofday(tv *Timeval) (err Errno) func
67 func Gettimeofday(tv *Timeval) (err error) {
68 errno := gettimeofday(tv)
77 errno := gettimeofday(&tv)
  /external/conscrypt/common/src/jni/main/include/conscrypt/
compat.h 88 inline int gettimeofday(struct timeval *tp, struct timezone *) { function
  /external/mdnsresponder/mDNSWindows/
PosixCompat.c 99 gettimeofday( struct timeval * tv, struct timezone * tz ) function
  /external/e2fsprogs/include/nonunix/
unistd.h 43 #define gettimeofday(p, v) ((p)->tv_sec = (p)->tv_usec = 0) macro
  /external/webrtc/webrtc/base/
timeutils.cc 96 // Emulate POSIX gettimeofday().
98 static int gettimeofday(struct timeval *tv, void *tz) { function in namespace:rtc
129 if (gettimeofday(&timeval, NULL) < 0) {
  /external/ImageMagick/MagickCore/
nt-base.h 307 #undef gettimeofday macro
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 119 static void gettimeofday (struct timeval *tv, void *dummy) function
145 gettimeofday(&tv, 0);
164 gettimeofday(&tv, 0);
307 /* Assume that the gettimeofday() has microsecond granularity */
373 gettimeofday(&last, 0);
378 gettimeofday(&tv, 0);
  /external/libxml2/
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
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 284 #define gettimeofday(tvp,tz) do { (tvp)->tv_sec = time(NULL); (tvp)->tv_usec = 0; } while (0) macro
  /external/libvncserver/libvncserver/
main.c 1083 void gettimeofday(struct timeval* tv,char* dummy) function
1136 gettimeofday(&cl->startDeferring,NULL);
1140 gettimeofday(&tv,NULL);
1153 gettimeofday(&cl->startPtrDeferring,NULL);
1158 gettimeofday(&tv,NULL);
  /external/valgrind/coregrind/
m_libcproc.c 925 // Weird: it seems that gettimeofday() doesn't fill in the timeval, but
947 Int VG_(gettimeofday)(struct vki_timeval *tv, struct vki_timezone *tz) function
    [all...]
  /external/fio/os/windows/
posix.c 252 int gettimeofday(struct timeval *restrict tp, void *restrict tzp) function
507 /* clock_gettime(CLOCK_REALTIME,...) is just an alias for gettimeofday with a
510 gettimeofday(&tv, NULL);

Completed in 2126 milliseconds

1 2