The Pedigree Project 0.1
Public Attributes | List of all members
Thread::WaitDebugInfo Struct Reference
+ Collaboration diagram for Thread::WaitDebugInfo:

Public Attributes

WaitQueuequeue
 
const void * channelOwner
 
uintptr_t channelValue
 
WaitQueue::WakeReason reason
 
size_t stateLevel
 
bool queued
 

Detailed Description

Definition at line 596 of file Thread.h.

Member Data Documentation

◆ channelOwner

const void* Thread::WaitDebugInfo::channelOwner

Definition at line 598 of file Thread.h.

◆ channelValue

uintptr_t Thread::WaitDebugInfo::channelValue

Definition at line 599 of file Thread.h.

◆ queue

WaitQueue* Thread::WaitDebugInfo::queue

Definition at line 597 of file Thread.h.

◆ queued

bool Thread::WaitDebugInfo::queued

Definition at line 602 of file Thread.h.

◆ reason

WaitQueue::WakeReason Thread::WaitDebugInfo::reason

Definition at line 600 of file Thread.h.

◆ stateLevel

size_t Thread::WaitDebugInfo::stateLevel

Definition at line 601 of file Thread.h.


The documentation for this struct was generated from the following file: