Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Ddebug.h102 struct task_snapshot { struct
103 uint32_t snapshot_magic;
104 int32_t pid;
105 uint64_t uniqueid;
106 uint64_t user_time_in_terminated_threads;
107 uint64_t system_time_in_terminated_threads;
108 uint8_t shared_cache_identifier[16];
109 uint64_t shared_cache_slide;
110 uint32_t nloadinfos;
111 int suspend_count;
[all …]