Home
last modified time | relevance | path

Searched refs:rusage_info_t (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/tests/
H A Dphys_footprint_interval_max.c50 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 Dget_shared_cache_address.c26 if (proc_pid_rusage(getpid(), RUSAGE_INFO_V5, (rusage_info_t *)&ru) != 0) { in main()
/xnu-8020.140.41/libsyscall/wrappers/libproc/
H A Dlibproc.h111 int proc_pid_rusage(int pid, int flavor, rusage_info_t *buffer) __OSX_AVAILABLE_STARTING(__MAC_10_9…
H A Dlibproc.c138 proc_pid_rusage(int pid, int flavor, rusage_info_t *buffer) in proc_pid_rusage()
/xnu-8020.140.41/bsd/sys/
H A Dresource.h223 typedef void *rusage_info_t; typedef
/xnu-8020.140.41/tests/ktrace/
H A Dkpc_tests.c60 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&pre_ru); in start_kpc()
537 (rusage_info_t *)&post_ru);
H A Dkdebug_tests.c1719 error = proc_pid_rusage(pid, RUSAGE_INFO_V4, (rusage_info_t)rusage);