Searched defs:rusage (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libc/include/llvm-libc-types/ |
H A D | struct_rusage.h | 14 struct rusage { struct 15 ru_utimerusage global() argument 16 ru_stimerusage global() argument 20 ru_maxrssrusage global() argument 21 ru_ixrssrusage global() argument 22 ru_idrssrusage global() argument 23 ru_isrssrusage global() argument 24 ru_minfltrusage global() argument 25 ru_majfltrusage global() argument 26 ru_nswaprusage global() argument 27 ru_inblockrusage global() argument 28 ru_oublockrusage global() argument 29 ru_msgsndrusage global() argument 30 ru_msgrcvrusage global() argument 31 ru_nsignalsrusage global() argument 32 ru_nvcswrusage global() argument 33 ru_nivcswrusage global() argument
|
/llvm-project/llvm/include/llvm/Support/SystemZ/ |
H A D | zOSSupport.h | 31 struct rusage *rusage) { in wait4()
|
/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
|