fs:procfs: add waiting_paging_fill state names

Follow task_state in tcb_s.

Change-Id: I0d3b3335d4f9ad772f3feee75d0138b9b9fb1ce2
This commit is contained in:
zhuyanlin
2021-09-18 18:23:21 +08:00
committed by zhuyanlin1
parent ee94d58051
commit 147dc1a58b
+3
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