mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
sched/msgq: add support of System V message queue
https://man.openbsd.org/msgget.2 Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
@@ -411,7 +411,7 @@ static FAR const char * const g_statenames[] =
|
||||
"Inactive",
|
||||
"Waiting,Semaphore",
|
||||
"Waiting,Signal"
|
||||
#ifndef CONFIG_DISABLE_MQUEUE
|
||||
#if !defined(CONFIG_DISABLE_MQUEUE) && !defined(CONFIG_DISABLE_MQUEUE_SYSV)
|
||||
, "Waiting,MQ empty"
|
||||
, "Waiting,MQ full"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user