fs:procfs: add waiting_paging_fill state names

Follow task_state in tcb_s.

Signed-off-by: zhuyanlin <zhuyanlin1@xiaomi.com>
This commit is contained in:
zhuyanlin 2021-09-18 18:23:21 +08:00 committed by Alan Carvalho de Assis
parent 174b240325
commit 3e92a4e5fb
1 changed files with 3 additions and 0 deletions

View File

@ -366,6 +366,9 @@ static FAR const char * const g_statenames[] =
, "Waiting,MQ empty"
, "Waiting,MQ full"
#endif
#ifdef CONFIG_PAGING
, "Waiting,Paging fill"
#endif
#ifdef CONFIG_SIG_SIGSTOP_ACTION
, "Stopped"
#endif