The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_SEM_VALUE_MAX

Maximum semaphore limit

Type: int

Help

Maximum semaphore count in POSIX compliant Application.

Direct dependencies

PTHREAD_IPC

(Includes any dependencies from ifs and menus.)

Default

  • 32767

Kconfig definition

At lib/posix/Kconfig:36

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:12

Menu path: (Top) → Additional libraries → POSIX pthread IPC API

config SEM_VALUE_MAX
    int "Maximum semaphore limit"
    range 1 32767
    default 32767
    depends on PTHREAD_IPC
    help
      Maximum semaphore count in POSIX compliant Application.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)