Searched refs:__times (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/posix/ |
D | times.c | 27 __times (struct tms *buffer) in __times() function 40 weak_alias (__times, times)
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | times.c | 24 __times (struct tms *buf) in __times() function 66 weak_alias (__times, times)
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | times.c | 40 __times (struct tms *tms) in __times() function 73 weak_alias (__times, times)
|
/glibc-2.36/io/sys/ |
D | stat.h | 434 const struct timespec __times[2], 440 const struct timespec __times[2], 452 extern int futimens (int __fd, const struct timespec __times[2]) __THROW; 456 extern int __REDIRECT_NTH (futimens, (int fd, const struct timespec __times[2]),
|
/glibc-2.36/include/sys/ |
D | times.h | 6 extern clock_t __times (struct tms *__buffer);
|
/glibc-2.36/sysdeps/posix/ |
D | clock.c | 27 if (__times (&buf) < 0) in clock()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.1 | 1219 sysdeps/unix/sysv/__times.S, sysdeps/unix/sysv/i386/time.S, 1359 * sysdeps/unix/bsd/__times.c (timeval_to_clock_t): Microseconds are
|
D | ChangeLog.2 | 2664 * sysdeps/unix/bsd/__times.c (timeval_to_clock_t): Put __inline 3147 * posix/sys/times.h [__OPTIMIZE__] (times): Removed #define to __times.
|
D | ChangeLog.5 | 10435 * sysdeps/stub/__times.c: Renamed to times.c; added weak alias times. 10436 * sysdeps/unix/bsd/__times.c: Likewise. 10437 * sysdeps/unix/sysv/__times.S: Likewise.
|
D | ChangeLog.13 | 9610 (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task 9612 (__times): Use __gettimeofday instead of __host_get_time. 9669 * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
|
D | ChangeLog.20 | 5735 (__times): Modified function.
|
D | ChangeLog.14 | 2192 * sysdeps/mach/hurd/times.c (__times): Use union instead of cast. 7051 (__times): Assume `creation_time' field is available.
|
D | ChangeLog.12 | 6550 (__times): Use __getclktck to get the number of clock ticks per
|
D | ChangeLog.10 | 12816 __times [PR libc/990].
|
D | ChangeLog.17 | 7087 * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
|
D | ChangeLog.18 | 20081 * sysdeps/unix/sysv/linux/times.c (__times): Expand comments. 29103 * posix/times.c (__times): Likewise. 65212 CLOCK_PROCESS_CPUTIME_ID clock instead of __times. 69773 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting. 69777 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
|