-
CONFIG_MSG_COUNT_MAX
¶
Maximum number of messages in message queue
Type: int
Help¶
Mention maximum number of messages in message queue in POSIX compliant application.
Defaults¶
- 16 if
POSIX_MQUEUE
&&POSIX_API
Kconfig definition¶
At lib/posix/Kconfig:61
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:19
Menu path: (top menu) → Additional libraries
config MSG_COUNT_MAX int prompt "Maximum number of messages in message queue" ifPOSIX_MQUEUE
&&POSIX_API
default 16 ifPOSIX_MQUEUE
&&POSIX_API
depends onPOSIX_MQUEUE
&&POSIX_API
help Mention maximum number of messages in message queue in POSIX compliant application.
(Definitions include propagated dependencies, including from if’s and menus.)