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