Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dkcdata.h1031 typedef struct stackshot_thread_waitinfo_v2 { struct
1032 uint64_t owner; /* The thread that owns the object */
1033 uint64_t waiter; /* The thread that's waiting on the object */
1034 uint64_t context; /* A context uniquely identifying the object */
1035 uint8_t wait_type; /* The type of object that the thread is waiting on */
1036 int16_t portlabel_id; /* matches to a stackshot_portlabel, or NONE or MISSING */
1037 uint32_t wait_flags; /* info about the wait */
/xnu-11215/libkdd/
H A Dkcdata.h1031 typedef struct stackshot_thread_waitinfo_v2 { struct
1032 uint64_t owner; /* The thread that owns the object */
1033 uint64_t waiter; /* The thread that's waiting on the object */
1034 uint64_t context; /* A context uniquely identifying the object */
1035 uint8_t wait_type; /* The type of object that the thread is waiting on */
1036 int16_t portlabel_id; /* matches to a stackshot_portlabel, or NONE or MISSING */
1037 uint32_t wait_flags; /* info about the wait */