:orphan: .. title:: PTHREAD_IPC .. option:: CONFIG_PTHREAD_IPC *POSIX pthread IPC API* Type: ``bool`` Help ==== This enables a mostly-standards-compliant implementation of the pthread mutex, condition variable and barrier IPC mechanisms. Default ======= - y if \ :option:`POSIX_API ` Symbols that select this symbol =============================== - \ :option:`SIMPLELINK_HOST_DRIVER ` Kconfig definition ================== .. highlight:: kconfig At ``lib/posix/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:18`` Menu path: (Top) → Additional libraries .. parsed-literal:: config PTHREAD_IPC bool "POSIX pthread IPC API" default y if \ :option:`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.)*