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

(Includes any dependencies from ifs and menus.)

Default

Symbols that select this symbol

Kconfig definition

At lib/posix/Kconfig:19

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:12

Menu path: (Top) → Additional libraries

config PTHREAD_IPC
    bool "POSIX pthread IPC API"
    default y if POSIX_API
    depends on POSIX_CLOCK
    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.)