Home
last modified time | relevance | path

Searched refs:__clock_gettime (Results 1 – 25 of 28) sorted by relevance

12

/glibc-2.36/time/
Dclock_gettime.c25 __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);
Dtimespec_get.c27 __clock_gettime (CLOCK_REALTIME, ts); in timespec_get()
Dtime.c26 __clock_gettime (TIME_CLOCK_GETTIME_CLOCKID, &ts); in time()
Dftime.c26 __clock_gettime (CLOCK_REALTIME, &ts); in ftime()
Dgettimeofday.c32 if (__clock_gettime (CLOCK_REALTIME, &ts)) in ___gettimeofday()
DVersions82 __clock_gettime;
/glibc-2.36/sysdeps/mach/
Dclock_gettime.c27 __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()
Dclock_nanosleep.c41 __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/
Dclock_gettime.c92 __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/
Dtimer_settime.c55 __clock_gettime (timer->clock, &now); in timer_settime()
80 __clock_gettime (timer->clock, &now); in timer_settime()
Dtimer_gettime.c52 __clock_gettime (clock, &now); in timer_gettime()
Daio_misc.c633 __clock_gettime (CLOCK_REALTIME, &now); in handle_fildes_io()
/glibc-2.36/include/
Dtime.h27 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/
Dcreate_xid.c43 __clock_gettime (CLOCK_REALTIME, &now); in _create_xid()
Dauth_unix.c126 __clock_gettime (CLOCK_REALTIME, &now); in authunix_create()
301 __clock_gettime (CLOCK_REALTIME, &now); in authunix_refresh()
Dauth_des.c256 __clock_gettime (CLOCK_REALTIME, &now); in authdes_marshal()
458 __clock_gettime (CLOCK_REALTIME, &mytime); in synchronize()
Dsvcauth_des.c300 __clock_gettime (CLOCK_REALTIME, &now); in _svcauth_des()
/glibc-2.36/sysdeps/mach/htl/
Dpt-timedblock.c46 err = __clock_gettime (clock_id, &now); in __pthread_timedblock()
/glibc-2.36/hurd/
Dhurdselect.c101 err = __clock_gettime (CLOCK_REALTIME, &now); in _hurd_select()
202 err = __clock_gettime (CLOCK_REALTIME, &ts); in _hurd_select()
Dhurdlock.c32 __clock_gettime (clk, &ts); in compute_reltime()
/glibc-2.36/resolv/
Dgai_misc.c372 __clock_gettime (CLOCK_REALTIME, &now); in handle_requests()
Dres_send.c175 __clock_gettime(CLOCK_REALTIME, res); in evNowTime()
/glibc-2.36/sysdeps/htl/
Dtimer_routines.c378 __clock_gettime (timer->clock, &now); in thread_func()
/glibc-2.36/ChangeLog.old/
DChangeLog.202970 (__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.
DChangeLog.226345 (__clock_gettime): Modified function.
6361 (__clock_gettime): Modified function.
8320 (__clock_gettime): Modified function.

12