/glibc-2.36/time/ |
D | clock_gettime.c | 25 __clock_gettime (clockid_t clock_id, struct timespec *tp) in __clock_gettime() function 30 libc_hidden_def (__clock_gettime) 32 versioned_symbol (libc, __clock_gettime, clock_gettime, GLIBC_2_17); 36 compat_symbol (libc, __clock_gettime, clock_gettime, GLIBC_2_2);
|
D | timespec_get.c | 27 __clock_gettime (CLOCK_REALTIME, ts); in timespec_get()
|
D | time.c | 26 __clock_gettime (TIME_CLOCK_GETTIME_CLOCKID, &ts); in time()
|
D | ftime.c | 26 __clock_gettime (CLOCK_REALTIME, &ts); in ftime()
|
D | gettimeofday.c | 32 if (__clock_gettime (CLOCK_REALTIME, &ts)) in ___gettimeofday()
|
D | Versions | 82 __clock_gettime;
|
/glibc-2.36/sysdeps/mach/ |
D | clock_gettime.c | 27 __clock_gettime (clockid_t clock_id, struct timespec *ts) in __clock_gettime() function 104 libc_hidden_def (__clock_gettime) 106 versioned_symbol (libc, __clock_gettime, clock_gettime, GLIBC_2_17); 110 strong_alias (__clock_gettime, __clock_gettime_2); 120 ret = __clock_gettime (clock_id, &ts); in __clock_gettime64()
|
D | clock_nanosleep.c | 41 __clock_gettime (CLOCK_REALTIME, &before); in nanosleep_call() 55 __clock_gettime (CLOCK_REALTIME, &after); in nanosleep_call() 87 if (__clock_gettime (clock_id, &now) != 0) in __clock_nanosleep()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | clock_gettime.c | 92 __clock_gettime (clockid_t clock_id, struct timespec *tp) in libc_hidden_def() 113 libc_hidden_def (__clock_gettime) 115 versioned_symbol (libc, __clock_gettime, clock_gettime, GLIBC_2_17); 119 strong_alias (__clock_gettime, __clock_gettime_2);
|
/glibc-2.36/rt/ |
D | timer_settime.c | 55 __clock_gettime (timer->clock, &now); in timer_settime() 80 __clock_gettime (timer->clock, &now); in timer_settime()
|
D | timer_gettime.c | 52 __clock_gettime (clock, &now); in timer_gettime()
|
D | aio_misc.c | 633 __clock_gettime (CLOCK_REALTIME, &now); in handle_fildes_io()
|
/glibc-2.36/include/ |
D | time.h | 27 extern __typeof (clock_gettime) __clock_gettime; 28 libc_hidden_proto (__clock_gettime) 319 # define __clock_gettime64 __clock_gettime 518 __clock_gettime (TIME_CLOCK_GETTIME_CLOCKID, &ts); in time_now()
|
/glibc-2.36/sunrpc/ |
D | create_xid.c | 43 __clock_gettime (CLOCK_REALTIME, &now); in _create_xid()
|
D | auth_unix.c | 126 __clock_gettime (CLOCK_REALTIME, &now); in authunix_create() 301 __clock_gettime (CLOCK_REALTIME, &now); in authunix_refresh()
|
D | auth_des.c | 256 __clock_gettime (CLOCK_REALTIME, &now); in authdes_marshal() 458 __clock_gettime (CLOCK_REALTIME, &mytime); in synchronize()
|
D | svcauth_des.c | 300 __clock_gettime (CLOCK_REALTIME, &now); in _svcauth_des()
|
/glibc-2.36/sysdeps/mach/htl/ |
D | pt-timedblock.c | 46 err = __clock_gettime (clock_id, &now); in __pthread_timedblock()
|
/glibc-2.36/hurd/ |
D | hurdselect.c | 101 err = __clock_gettime (CLOCK_REALTIME, &now); in _hurd_select() 202 err = __clock_gettime (CLOCK_REALTIME, &ts); in _hurd_select()
|
D | hurdlock.c | 32 __clock_gettime (clk, &ts); in compute_reltime()
|
/glibc-2.36/resolv/ |
D | gai_misc.c | 372 __clock_gettime (CLOCK_REALTIME, &now); in handle_requests()
|
D | res_send.c | 175 __clock_gettime(CLOCK_REALTIME, res); in evNowTime()
|
/glibc-2.36/sysdeps/htl/ |
D | timer_routines.c | 378 __clock_gettime (timer->clock, &now); in thread_func()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.20 | 2970 (__clock_gettime): Remove function. 2971 [__TIMESIZE != 64](__clock_gettime): New. 4767 hurd: Use __clock_gettime in _hurd_select 5389 (__clock_gettime): Modified function. 5519 Change most internal uses of time to __clock_gettime. 5686 Change most internal uses of __gettimeofday to __clock_gettime.
|
D | ChangeLog.22 | 6345 (__clock_gettime): Modified function. 6361 (__clock_gettime): Modified function. 8320 (__clock_gettime): Modified function.
|