These are the possible values that can be returned in the TState field of the TStat structure. These values identify scheduler state information:

#define DBG_T_Runnable  0
#define DBG_T_Suspended 1
#define DBG_T_Blocked   2
#define DBG_T_CritSec   3


[Back] [Next]