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

/bionic/libc/arch-mips/syscalls/
H A Dgettimeofday.S5 ENTRY(gettimeofday) function
19 END(gettimeofday)
/bionic/libc/arch-mips64/syscalls/
H A Dgettimeofday.S5 ENTRY(gettimeofday) function
25 END(gettimeofday)
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dtime.c39 if (gettimeofday(&tt, NULL) < 0)
/bionic/libc/bionic/
H A Dvdso.cpp42 int gettimeofday(timeval* tv, struct timezone* tz) { function
43 auto vdso_gettimeofday = reinterpret_cast<decltype(&gettimeofday)>(
H A Dgetentropy_linux.c371 HX((e = gettimeofday(&tv, NULL)) == -1, tv);
513 HX((e = gettimeofday(&tv, NULL)) == -1, tv);
H A Dndk_cruft.cpp306 if (gettimeofday(&tv, &tz) < 0)
/bionic/benchmarks/
H A Dtime_benchmark.cpp43 gettimeofday(&tv, nullptr);
/bionic/tests/
H A Dsys_time_test.cpp134 TEST(sys_time, gettimeofday) {
135 // Try to ensure that our vdso gettimeofday is working.
137 ASSERT_EQ(0, gettimeofday(&tv1, NULL));
/bionic/libc/include/sys/
H A Dtime.h41 int gettimeofday(struct timeval*, struct timezone*);
/bionic/tools/versioner/current/sys/
H A Dtime.h41 int gettimeofday(struct timeval*, struct timezone*);
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_timers.c139 if (gettimeofday(&now, NULL) < 0)
152 if (gettimeofday(&now, NULL) < 0)
/bionic/linker/
H A Dlinker_main.cpp216 gettimeofday(&t0, 0);
397 gettimeofday(&t1, nullptr);
/bionic/libc/dns/resolv/
H A Dres_cache.c357 gettimeofday( &tv, NULL );

Completed in 341 milliseconds