Searched refs:gettimeofday (Results 1 – 19 of 19) sorted by relevance
/bionic/tests/headers/posix/ |
D | sys_time_h.c | 67 FUNCTION(gettimeofday, int (*f)(struct timeval*, struct timezone*)); in sys_time_h() 69 FUNCTION(gettimeofday, int (*f)(struct timeval*, void*)); in sys_time_h()
|
/bionic/libc/bionic/ |
D | vdso.cpp | 54 int gettimeofday(timeval* tv, struct timezone* tz) { in gettimeofday() function 55 auto vdso_gettimeofday = reinterpret_cast<decltype(&gettimeofday)>( in gettimeofday() 71 if (gettimeofday(&tv, nullptr) == -1) return -1; in time()
|
D | ndk_cruft.cpp | 309 if (gettimeofday(&tv, &tz) < 0) in ftime()
|
/bionic/tests/ |
D | sys_time_test.cpp | 135 TEST(sys_time, gettimeofday) { in TEST() argument 138 ASSERT_EQ(0, gettimeofday(&tv1, nullptr)); in TEST()
|
/bionic/libc/include/sys/ |
D | time.h | 41 int gettimeofday(struct timeval* __tv, struct timezone* __tz);
|
/bionic/benchmarks/ |
D | time_benchmark.cpp | 154 gettimeofday(&tv, nullptr); in BM_time_gettimeofday()
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_timers.c | 139 if (gettimeofday(&now, NULL) < 0) in evNowTime() 152 if (gettimeofday(&now, NULL) < 0) in evUTCTime()
|
/bionic/linker/ |
D | linker_main.cpp | 305 gettimeofday(&t0, 0); in linker_main() 481 gettimeofday(&t1, nullptr); in linker_main()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 378 gettimeofday
|
/bionic/libc/ |
D | SYSCALLS.TXT | 356 int __gettimeofday:gettimeofday(struct timeval*, struct timezone*) all
|
D | libc.map.txt | 486 gettimeofday;
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 351 gettimeofday( &tv, NULL ); in _time_now()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 486 gettimeofday;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_070.S | 1270 CALL(gettimeofday)
|
D | liblinker_reloc_bench_103.S | 2446 CALL(gettimeofday)
|
D | liblinker_reloc_bench_138.S | 10162 CALL(gettimeofday)
|
D | liblinker_reloc_bench_151.S | 13922 CALL(gettimeofday)
|
D | liblinker_reloc_bench_000.S | 9101 CALL(gettimeofday)
|
D | liblinker_reloc_bench_087.S | 37009 CALL(gettimeofday)
|