mirror of
https://github.com/apache/nuttx.git
synced 2026-08-29 13:20:45 +00: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:
parent
174b240325
commit
3e92a4e5fb
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue