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

Symbols that select this symbol

Kconfig definition

At <Zephyr>/lib/posix/Kconfig:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:18

Menu path: (Top) → Additional libraries

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.)