-
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
.
Kconfig definition¶
At lib/posix/Kconfig:7
Included via Kconfig:10
→ Kconfig.zephyr:33
→ lib/Kconfig:29
Menu path: (top menu) → Additional libraries
config PTHREAD_IPC
bool
prompt "POSIX pthread IPC 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.)