/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-rwlock6.c | 42 (void) gettimeofday (&tv, NULL); in tf() 72 (void) gettimeofday (&tv2, NULL); in tf() 82 (void) gettimeofday (&tv, NULL); in tf() 140 (void) gettimeofday (&tv, NULL); in do_test() 157 (void) gettimeofday (&tv, NULL); in do_test() 174 (void) gettimeofday (&tv, NULL); in do_test()
|
A D | tst-mutex5.c | 78 gettimeofday (&tv, NULL); in do_test() 98 gettimeofday (&tv2, NULL); in do_test() 124 (void) gettimeofday (&tv, NULL); in do_test() 149 (void) gettimeofday (&tv, NULL); in do_test() 158 (void) gettimeofday (&tv2, NULL); in do_test()
|
A D | tst-rwlock7.c | 42 (void) gettimeofday (&tv, NULL); in tf() 68 (void) gettimeofday (&tv2, NULL); in tf() 78 (void) gettimeofday (&tv, NULL); in tf() 134 (void) gettimeofday (&tv, NULL); in do_test()
|
A D | tst-clock_nanosleep.c | 31 (void) gettimeofday (&tv1, NULL); in do_test() 40 (void) gettimeofday (&tv2, NULL); in do_test()
|
A D | tst-join3.c | 63 (void) gettimeofday (&tv, NULL); in do_test() 91 (void) gettimeofday (&tv, NULL); in do_test()
|
A D | tst-cond9.c | 50 (void) gettimeofday (&tv, NULL); in tf() 97 (void) gettimeofday (&tv, NULL); in do_test()
|
A D | tst-mutex9.c | 30 int gettimeofday(struct timeval *tv, struct timezone *tz); 135 gettimeofday (&tv, NULL); in do_test()
|
A D | tst-rwlock9.c | 60 (void) gettimeofday (&tv, NULL); in writer_thread() 114 (void) gettimeofday (&tv, NULL); in reader_thread()
|
A D | tst-sem12.c | 8 gettimeofday (&tv, NULL); \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | gettimeofday.c | 13 _syscall2(int, gettimeofday, struct timeval *, tv, __timezone_ptr_t, tz) 14 libc_hidden_def(gettimeofday)
|
A D | clock_gettime.c | 29 gettimeofday(&tv, NULL);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/metag/ |
A D | pt-gettimeofday.c | 10 int gettimeofday (struct timeval *, struct timezone *) attribute_hidden; 11 _syscall2(int, gettimeofday, struct timeval *, tv, struct timezone *, tz);
|
A D | lowlevellock.c | 72 (void) gettimeofday (&tv, NULL); in __lll_timedlock_wait() 111 (void) gettimeofday (&tv, NULL); in __lll_timedwait_tid()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/arm/ |
A D | pt-gettimeofday.c | 4 int gettimeofday (struct timeval *, struct timezone *) attribute_hidden; 5 _syscall2(int, gettimeofday, struct timeval *, tv, struct timezone *, tz)
|
A D | lowlevellock.c | 71 (void) gettimeofday (&tv, NULL); in __lll_timedlock_wait() 110 (void) gettimeofday (&tv, NULL); in __lll_timedwait_tid()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libutil/ |
A D | logout.c | 54 gettimeofday (&ut->ut_tv, NULL); in logout() 58 gettimeofday (&tv, NULL); in logout()
|
A D | logwtmp.c | 27 gettimeofday(&lutmp.ut_tv, NULL); in logwtmp() 31 gettimeofday(&tv, NULL); in logwtmp()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | tst-regex2.c | 67 gettimeofday(&start, NULL); in do_test() 117 gettimeofday(&stop, NULL); in do_test() 141 gettimeofday(&start, NULL); in do_test() 232 gettimeofday(&stop, NULL); in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/ |
A D | lowlevellock.c | 68 (void) gettimeofday (&tv, NULL); in __lll_timedlock_wait() 109 (void) gettimeofday (&tv, NULL); in __lll_timedwait_tid()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | time.h | 72 extern int gettimeofday (struct timeval *__restrict __tv, 74 libc_hidden_proto(gettimeofday)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | sys_time-OB.SUSv4.syms | 2 gettimeofday
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/ |
A D | ftime.c | 30 gettimeofday (&tv, &tz); in ftime()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | pthread_cond_timedwait.c | 113 (void) gettimeofday (&tv, NULL); in __pthread_cond_timedwait() 129 (void) gettimeofday (&tv, NULL); in __pthread_cond_timedwait()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/ |
A D | clock_gettime.c | 246 int retval = gettimeofday (&tv, NULL); in realtime_gettime() 271 retval = gettimeofday (&tv, NULL); in librt_hidden_proto()
|
/l4re-core-master/libc_backends/lib/l4re/lib/ |
A D | gettimeofday.c | 13 int gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday() function
|