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

1234

/haiku-buildtools/binutils/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
22 gettimeofday (struct timeval *tp, void *tz) function
H A Dmkstemps.c104 gettimeofday (&tv, NULL);
/haiku-buildtools/gcc/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
22 gettimeofday (struct timeval *tp, void *tz) function
H A Dmkstemps.c102 gettimeofday (&tv, NULL);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
22 gettimeofday (struct timeval *tp, void *tz) function
H A Dmkstemps.c98 gettimeofday (&tv, NULL);
H A DMakefile.in137 gettimeofday.c \
192 ./getcwd.o ./getpagesize.o ./gettimeofday.o \
692 ./gettimeofday.o: $(srcdir)/gettimeofday.c config.h $(INCDIR)/ansidecl.h \
695 $(COMPILE.c) $(PICFLAG) $(srcdir)/gettimeofday.c -o pic/$@; \
697 $(COMPILE.c) $(srcdir)/gettimeofday.c $(OUTPUT_OPTION)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dpr60449_0.c20 extern int gettimeofday (struct timeval *__restrict __tv, __timezone_ptr_t __tz);
27 gettimeofday (&tv, &tz);
H A Dpr60449_1.c15 extern int gettimeofday (struct timeval *__restrict __tv,
66 gettimeofday (&tv, &tz);
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dbarrier-1.c16 gettimeofday (&stamps[iam][0], NULL);
24 gettimeofday (&stamps[0][1], NULL);
30 gettimeofday (&stamps[iam][2], NULL);
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dlib-91.c36 gettimeofday (&start, NULL);
43 gettimeofday (&stop, NULL);
48 gettimeofday (&start, NULL);
67 gettimeofday (&stop, NULL);
/haiku-buildtools/gcc/libgomp/config/posix/
H A Dtime.c58 gettimeofday (&tv, NULL);
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Ddatetime_.c68 which does have struct timezone, but gettimeofday takes void* as
71 if (! gettimeofday (&tp, &tzp))
73 if (! gettimeofday (&tp, (void *) 0))
/haiku-buildtools/legacy/gcc/libiberty/
H A Dmkstemps.c90 gettimeofday (&tv, NULL);
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dchrono.cc30 // Conditional inclusion of sys/time.h for gettimeofday
69 gettimeofday(&tv, 0);
H A Dcompatibility-chrono.cc76 gettimeofday(&tv, 0);
H A Dfutex.cc62 gettimeofday (&tv, NULL);
/haiku-buildtools/gcc/mpc/tests/
H A Drandom.c70 gettimeofday (&tv, NULL);
/haiku-buildtools/gcc/gmp/tune/
H A Dtime.c92 gettimeofday() and times() can arise, according to which are available
124 gettimeofday can have resolutions other than clock ticks or microseconds,
141 against gettimeofday might be ok. */
231 and gettimeofday.
348 #define gettimeofday(tv,tz) ASSERT_FAIL (gettimeofday not available) macro
536 take it upon themselves to ensure gettimeofday doesn't return the same
617 #define call_gettimeofday(t) gettimeofday (&(t), NULL)
620 MICROSECONDS_P ("gettimeofday", struct_timeval,
761 #define call_gettimeofday(t) gettimeofday (
[all...]
/haiku-buildtools/gcc/libcilkrts/include/cilktools/
H A Dcilkview.h78 gettimeofday(&t, 0);
/haiku-buildtools/legacy/binutils/include/
H A Dlibiberty.h187 extern int gettimeofday (struct timeval *, void *);
/haiku-buildtools/jam/
H A Dcompile.c619 gettimeofday(&startTime, 0);
644 gettimeofday(&endTime, 0);
/haiku-buildtools/gcc/gmp/tests/
H A Dmisc.c104 gettimeofday (&tv, NULL);
/haiku-buildtools/gcc/include/
H A Dlibiberty.h209 extern int gettimeofday (struct timeval *, void *);
/haiku-buildtools/binutils/include/
H A Dlibiberty.h209 extern int gettimeofday (struct timeval *, void *);

Completed in 228 milliseconds

1234