:orphan: .. title:: CONFIG_MAX_PTHREAD_COUNT .. kconfig:: CONFIG_MAX_PTHREAD_COUNT CONFIG_MAX_PTHREAD_COUNT ######################## *Maximum simultaneously active pthread count in POSIX application* Type: ``int`` Help ==== .. code-block:: none Maximum number of simultaneously active threads in a POSIX application. Direct dependencies =================== \ :kconfig:`PTHREAD_IPC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 5 Kconfig definition ================== At ``/posix/Kconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:12`` Menu path: (Top) → Additional libraries → POSIX pthread IPC API .. code-block:: kconfig config MAX_PTHREAD_COUNT int "Maximum simultaneously active pthread count in POSIX application" range 0 255 default 5 depends on PTHREAD_IPC help Maximum number of simultaneously active threads in a POSIX application. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*