-
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
&&PTHREAD_IPC
Kconfig definition¶
At lib/posix/Kconfig:42
Included via Kconfig:10
→ Kconfig.zephyr:33
→ lib/Kconfig:29
Menu path: (top menu) → Additional libraries
config MSG_COUNT_MAX int prompt "Maximum number of messages in message queue" ifPOSIX_MQUEUE
&&PTHREAD_IPC
default 16 ifPOSIX_MQUEUE
&&PTHREAD_IPC
depends onPOSIX_MQUEUE
&&PTHREAD_IPC
help Mention maximum number of messages in message queue in POSIX compliant application.
(Definitions include propagated dependencies, including from if’s and menus.)