1
0
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:
JulianHolzwarth 2019-10-11 17:50:52 +02:00
parent 2655c97fd5
commit c581d2c055

View File

@ -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",