Searched refs:getrusage (Results 1 – 25 of 70) sorted by relevance
123
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | getrusage.c | 29 return INLINE_SYSCALL_CALL (getrusage, who, usage); in __getrusage64() 32 if (INLINE_SYSCALL_CALL (getrusage, who, &usage32) == -1) in __getrusage64() 58 weak_alias (__getrusage, getrusage)
|
D | syscall-names.list | 186 getrusage
|
/glibc-2.36/resource/sys/ |
D | resource.h | 89 extern int getrusage (__rusage_who_t __who, struct rusage *__usage) __THROW; 93 extern int __REDIRECT_NTH (getrusage, (__rusage_who_t __who, 97 # define getrusage __getrusage64 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | syscalls.list | 27 getrusage - getrusage i:ip __getrusage getrusage@@GLIBC_2.1
|
D | osf_getrusage.c | 38 compat_symbol (libc, __getrusage_tv32, getrusage, GLIBC_2_0);
|
D | Versions | 40 getrusage;
|
D | libc.abilist | 644 GLIBC_2.0 getrusage F 1601 GLIBC_2.1 getrusage F
|
/glibc-2.36/resource/ |
D | getrusage.c | 29 stub_warning (getrusage) 31 weak_alias (__getrusage, getrusage)
|
D | Versions | 4 getpriority; getrlimit; getrusage;
|
D | Makefile | 25 routines := getrlimit setrlimit getrlimit64 setrlimit64 getrusage ulimit \
|
/glibc-2.36/nptl/ |
D | TODO-kernel | 12 - getrusage() must return resource utilization for the process
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | getrusage.c | 91 weak_alias (__getrusage, getrusage)
|
/glibc-2.36/conform/data/sys/ |
D | resource.h-data | 37 function int getrusage (int, struct rusage*)
|
/glibc-2.36/benchtests/ |
D | bench-malloc-simple.c | 136 getrusage (RUSAGE_SELF, &usage); in bench()
|
D | bench-malloc-thread.c | 273 getrusage(RUSAGE_SELF, &usage); in main()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-alpha | 538 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Remove file. 546 (getrusage, gettimeofday, select, setitimer): New. 754 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
|
/glibc-2.36/manual/ |
D | resource.texi | 21 The function @code{getrusage} and the data type @code{struct rusage} 25 @deftypefun int getrusage (int @var{processes}, struct rusage *@var{rusage}) 44 The return value of @code{getrusage} is zero for success, and @code{-1}
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 977 GLIBC_2.35 getrusage F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 989 GLIBC_2.36 getrusage F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 1016 GLIBC_2.33 getrusage F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 1049 GLIBC_2.2.6 getrusage F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 1019 GLIBC_2.32 getrusage F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 1059 GLIBC_2.27 getrusage F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 1073 GLIBC_2.17 getrusage F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 1077 GLIBC_2.16 getrusage F
|
123