The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

POSIX_API

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At lib/posix/Kconfig:24

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:19

Menu path: (top menu) → Additional libraries

config PTHREAD_IPC
    bool
    prompt "POSIX pthread IPC API" if POSIX_API
    depends on POSIX_API
    help
      This enables a mostly-standards-compliant implementation of
      the pthread mutex, condition variable and barrier IPC
      mechanisms.

(Definitions include propagated dependencies, including from if’s and menus.)