Searched defs:rusage (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/sys/ |
H A D | resource.h | 70 struct rusage { struct 93 struct rusage wru_self; argument
|
H A D | sysproto.h | 64 char rusage_l_[PADL_(struct rusage *)]; struct rusage * rusage; char rusage_r_[PADR_(struct rusage *)]; member 369 char rusage_l_[PADL_(struct rusage *)]; struct rusage * rusage; char rusage_r_[PADR_(struct rusage *)]; member
|
/freebsd/sys/kern/ |
H A D | kern_exit.c | 1199 struct rusage *rusage) in kern_wait()
|
H A D | kern_resource.c | 1161 struct rusage *rusage; member
|
/freebsd/lib/libthr/thread/ |
H A D | thr_syscalls.c | 556 __thr_wait4(pid_t pid, int *status, int options, struct rusage *rusage) in __thr_wait4()
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 71 #define __sanitizer_syscall_pre_compat_50_wait4(pid, status, options, rusage) \ argument 76 rusage) \ argument 613 #define __sanitizer_syscall_pre_compat_50_getrusage(who, rusage) \ argument 616 #define __sanitizer_syscall_post_compat_50_getrusage(res, who, rusage) \ argument 2471 #define __sanitizer_syscall_pre___getrusage50(who, rusage) \ argument 2474 #define __sanitizer_syscall_post___getrusage50(res, who, rusage) \ argument 2501 #define __sanitizer_syscall_pre___wait450(pid, status, options, rusage) \ argument 2505 #define __sanitizer_syscall_post___wait450(res, pid, status, options, rusage) \ argument
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_proto.h | 43 …char rusage_l_[PADL_(struct rusage32 *)]; struct rusage32 * rusage; char rusage_r_[PADR_(struct ru… member 107 …char rusage_l_[PADL_(struct rusage32 *)]; struct rusage32 * rusage; char rusage_r_[PADR_(struct ru… member
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 1325 struct rusage { struct 1333 static struct rusage sBegin; /* CPU time at start */ argument
|