score: Add a STATES_DEBUGGER for use by debugging agents to a thread's state.

This commit is contained in:
Chris Johns
2016-07-22 11:19:48 +10:00
parent e0f17fcf6f
commit f78a5f55da

View File

@@ -76,6 +76,8 @@ extern "C" {
#define STATES_WAITING_FOR_SYSTEM_EVENT 0x40000
/** This macro corresponds to a task waiting for BSD wakeup. */
#define STATES_WAITING_FOR_BSD_WAKEUP 0x80000
/** This macro corresponds to a task being held by the debugger. */
#define STATES_DEBUGGER 0x100000
/** This macro corresponds to a task being a zombie. */
#define STATES_ZOMBIE 0x200000
/** This macro corresponds to a task those life is changing. */