monitor: Add support for BSD wakeup state

This commit is contained in:
Sebastian Huber
2013-11-14 15:56:46 +01:00
parent a3b1fcd977
commit 17ba41982a

View File

@@ -134,6 +134,7 @@ static const rtems_assoc_t rtems_monitor_state_assoc[] = {
{ "Wbar", STATES_WAITING_FOR_BARRIER, 0 },
{ "Wrwlk", STATES_WAITING_FOR_RWLOCK, 0 },
{ "Wisig", STATES_INTERRUPTIBLE_BY_SIGNAL, 0 },
{ "Wwkup", STATES_WAITING_FOR_BSD_WAKEUP, 0 },
{ 0, 0, 0 },
};