-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At lib/posix/Kconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:19
Menu path: (top menu) → Additional libraries
config PTHREAD_IPC bool prompt "POSIX pthread IPC API" ifPOSIX_API
depends onPOSIX_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.)