mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/ps/ps.c: ps can now handle zombie state threads
This commit is contained in:
parent
2655c97fd5
commit
c581d2c055
@ -37,6 +37,7 @@ static const char *state_names[] = {
|
||||
[STATUS_PENDING] = "pending",
|
||||
[STATUS_STOPPED] = "stopped",
|
||||
[STATUS_SLEEPING] = "sleeping",
|
||||
[STATUS_ZOMBIE] = "zombie",
|
||||
[STATUS_MUTEX_BLOCKED] = "bl mutex",
|
||||
[STATUS_RECEIVE_BLOCKED] = "bl rx",
|
||||
[STATUS_SEND_BLOCKED] = "bl send",
|
||||
|
Loading…
Reference in New Issue
Block a user