Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 1 – 25 of 100) sorted by relevance

1234

/glibc-2.36/sysdeps/unix/sysv/linux/
Dgettimeofday.c36 return INLINE_SYSCALL_CALL (gettimeofday, tv, tz); in __gettimeofday_syscall()
53 return INLINE_VSYSCALL (gettimeofday, 2, tv, tz);
56 weak_alias (__gettimeofday, gettimeofday)
96 weak_alias (__gettimeofday, gettimeofday)
Dtst-gettimeofday-clobber.c31 gettimeofday (&tv, NULL); in do_test()
/glibc-2.36/posix/
Dtst-nanosleep.c31 (void) gettimeofday (&tv1, NULL); in do_test()
40 (void) gettimeofday (&tv2, NULL); in do_test()
/glibc-2.36/time/
Dtst-clock_nanosleep.c33 gettimeofday (&tv1, NULL); in clock_nanosleep_test()
40 gettimeofday (&tv2, NULL); in clock_nanosleep_test()
Dgettimeofday.c41 weak_alias (___gettimeofday, gettimeofday)
/glibc-2.36/htl/tests/
Dtest-14.c37 gettimeofday (&before, 0); in main()
49 gettimeofday (&after, 0); in main()
Dtest-13.c60 gettimeofday (&before, 0); in main()
69 gettimeofday (&after, 0); in main()
Dtest-15.c41 gettimeofday (&before, 0); in test()
55 gettimeofday (&after, 0); in test()
/glibc-2.36/time/sys/
Dtime.h67 extern int gettimeofday (struct timeval *__restrict __tv,
71 extern int __REDIRECT_NTH (gettimeofday, (struct timeval *__restrict __tv,
75 # define gettimeofday __gettimeofday64 macro
/glibc-2.36/rt/
Dtst-aio6.c68 gettimeofday (&before, NULL); in do_test()
86 gettimeofday (&after, NULL); in do_test()
/glibc-2.36/sysdeps/pthread/
Dtst-cond9.c49 (void) gettimeofday (&tv, NULL); in tf()
96 (void) gettimeofday (&tv, NULL); in do_test()
Dtst-robust3.c11 gettimeofday (&tv, NULL); \
Dtst-sem10.c38 if (gettimeofday (&tv, NULL) != 0) in do_test()
Dtst-cond5.c65 if (gettimeofday (&tv, NULL) != 0) in do_test()
Dtst-cancel14.c59 (void) gettimeofday (&tv, NULL); in tf()
Dtst-cancel15.c61 (void) gettimeofday (&tv, NULL); in tf()
Dtst-kill2.c59 (void) gettimeofday (&tv, NULL); in tf()
Dtst-kill3.c74 (void) gettimeofday (&tv, NULL); in tf()
Dtst-cond15.c57 gettimeofday (&tv, NULL); in tf()
/glibc-2.36/gmon/
Dtst-sprofil.c137 gettimeofday (&start, NULL); in main()
143 gettimeofday (&tv, NULL); in main()
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dgettimeofday.c26 default_symbol_version (__wgettimeofday, gettimeofday, GLIBC_2.1);
Dosf_gettimeofday.c47 compat_symbol (libc, __gettimeofday_tv32_1, gettimeofday, GLIBC_2_0);
/glibc-2.36/benchtests/
Dbench-pthread-mutex-locks.c170 gettimeofday (&ts, NULL); in do_bench_one()
172 gettimeofday (&te, NULL); in do_bench_one()
/glibc-2.36/nptl/
Dtst-sem12.c8 gettimeofday (&tv, NULL); \
/glibc-2.36/conform/data/sys/
Dtime.h-data31 function int gettimeofday (struct timeval*, void*)

1234