Home
last modified time | relevance | path

Searched defs:gettimeofday (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/lib/libiberty/src/
H A Dgettimeofday.c22 gettimeofday (struct timeval *tp, void *tz) in gettimeofday() function
/openbsd-src/lib/libc/sys/
H A Dw_gettimeofday.c21 WRAP(gettimeofday)(struct timeval *tp, struct timezone *tzp) in WRAP() argument
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhostchan.c560 static void gettimeofday( struct timeval *time_now, void *dummy ) in gettimeofday() function
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32iop.h317 #define gettimeofday win32_gettimeofday macro
/openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.xs173 # define gettimeofday(tp, not_used) _gettimeofday( global() macro
[all...]
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp42 #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 Dtsan_interceptors_posix.cpp2271 TSAN_INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { in TSAN_INTERCEPTOR() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2190 TEST(MemorySanitizer, gettimeofday) { in TEST() argument