Searched refs:rusage_info_t (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.140.41/tests/ |
| H A D | phys_footprint_interval_max.c | 50 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&ru); 62 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&ru); 70 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&ru); 79 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&ru); 90 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&ru);
|
| H A D | get_shared_cache_address.c | 26 if (proc_pid_rusage(getpid(), RUSAGE_INFO_V5, (rusage_info_t *)&ru) != 0) { in main()
|
| /xnu-8020.140.41/libsyscall/wrappers/libproc/ |
| H A D | libproc.h | 111 int proc_pid_rusage(int pid, int flavor, rusage_info_t *buffer) __OSX_AVAILABLE_STARTING(__MAC_10_9…
|
| H A D | libproc.c | 138 proc_pid_rusage(int pid, int flavor, rusage_info_t *buffer) in proc_pid_rusage()
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | resource.h | 223 typedef void *rusage_info_t; typedef
|
| /xnu-8020.140.41/tests/ktrace/ |
| H A D | kpc_tests.c | 60 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&pre_ru); in start_kpc() 537 (rusage_info_t *)&post_ru);
|
| H A D | kdebug_tests.c | 1719 error = proc_pid_rusage(pid, RUSAGE_INFO_V4, (rusage_info_t)rusage);
|