CONFIG_MQUEUE_NAMELEN_MAX

Maximum size of a name length

Type: int

Help

Mention length of message queue name in number of characters.

Direct dependencies

POSIX_MQUEUE && PTHREAD_IPC

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

Defaults

Kconfig definition

At lib/posix/Kconfig:55

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

Menu path: (top menu) → Additional libraries

config MQUEUE_NAMELEN_MAX
    int
    prompt "Maximum size of a name length" if POSIX_MQUEUE && PTHREAD_IPC
    range 2 255 if POSIX_MQUEUE && PTHREAD_IPC
    default 16 if POSIX_MQUEUE && PTHREAD_IPC
    depends on POSIX_MQUEUE && PTHREAD_IPC
    help
      Mention length of message queue name in number of characters.

(Definitions include propagated dependencies, including from if’s and menus.)