:orphan: .. title:: CONFIG_PTHREAD_IPC .. kconfig:: CONFIG_PTHREAD_IPC CONFIG_PTHREAD_IPC ################## *POSIX pthread IPC API* Type: ``bool`` Help ==== .. code-block:: none This enables a mostly-standards-compliant implementation of the pthread mutex, condition variable and barrier IPC mechanisms. Default ======= - y if \ :kconfig:`POSIX_API ` Symbols that select this symbol =============================== - \ :kconfig:`SIMPLELINK_HOST_DRIVER ` Kconfig definition ================== At ``/posix/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:12`` Menu path: (Top) → Additional libraries .. code-block:: kconfig config PTHREAD_IPC bool "POSIX pthread IPC API" default y if POSIX_API help This enables a mostly-standards-compliant implementation of the pthread mutex, condition variable and barrier IPC mechanisms. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*