:orphan: .. title:: CONFIG_SEM_VALUE_MAX .. kconfig:: CONFIG_SEM_VALUE_MAX CONFIG_SEM_VALUE_MAX #################### *Maximum semaphore limit* Type: ``int`` Help ==== .. code-block:: none Maximum semaphore count in POSIX compliant Application. Direct dependencies =================== \ :kconfig:`PTHREAD_IPC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 32767 Kconfig definition ================== At ``/posix/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:12`` Menu path: (Top) → Additional libraries → POSIX pthread IPC API .. code-block:: kconfig 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.)*