mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 21:06:58 +08:00
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:
committed by
Alan Carvalho de Assis
parent
174b240325
commit
3e92a4e5fb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user