Home
last modified time | relevance | path

Searched defs:proc_taskinfo_internal (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dbsdtask_info.h34 struct proc_taskinfo_internal { struct
35 uint64_t pti_virtual_size; /* virtual memory size (bytes) */
36 uint64_t pti_resident_size; /* resident memory size (bytes) */
37 uint64_t pti_total_user; /* total time */
38 uint64_t pti_total_system;
39 uint64_t pti_threads_user; /* existing threads only */
40 uint64_t pti_threads_system;
41 int32_t pti_policy; /* default policy for new threads */
42 int32_t pti_faults; /* number of page faults */
43 int32_t pti_pageins; /* number of actual pageins */
[all …]