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.

Direct dependencies

POSIX_MQUEUE && PTHREAD_IPC

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At lib/posix/Kconfig:42

Included via Kconfig:10Kconfig.zephyr:33lib/Kconfig:29

Menu path: (top menu) → Additional libraries

config MSG_COUNT_MAX
    int
    prompt "Maximum number of messages in message queue" if POSIX_MQUEUE && PTHREAD_IPC
    default 16 if POSIX_MQUEUE && PTHREAD_IPC
    depends on POSIX_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.)