mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
fs:procfs: add waiting_paging_fill state names
Follow task_state in tcb_s. Change-Id: I0d3b3335d4f9ad772f3feee75d0138b9b9fb1ce2
This commit is contained in:
@@ -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