Searched defs:gettimeofday (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | gettimeofday.c | 22 gettimeofday (struct timeval *tp, void *tz) in gettimeofday() function
|
/openbsd-src/lib/libc/sys/ |
H A D | w_gettimeofday.c | 21 WRAP(gettimeofday)(struct timeval *tp, struct timezone *tzp) in WRAP() argument
|
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | hostchan.c | 560 static void gettimeofday( struct timeval *time_now, void *dummy ) in gettimeofday() function
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | win32iop.h | 317 #define gettimeofday win32_gettimeofday macro
|
/openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/ |
H A D | HiRes.xs | 173 # define gettimeofday(tp, not_used) _gettimeofday( global() macro [all...] |
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 42 #define gettimeofday __gettimeofday50 macro 606 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 2271 TSAN_INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { in TSAN_INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 2190 TEST(MemorySanitizer, gettimeofday) { in TEST() argument
|