Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Ddebug.h55 struct thread_snapshot { struct
56 uint32_t snapshot_magic;
57 uint32_t nkern_frames;
58 uint32_t nuser_frames;
59 uint64_t wait_event;
60 uint64_t continuation;
61 uint64_t thread_id;
62 uint64_t user_time;
63 uint64_t system_time;
64 int32_t state;
[all …]