zephyr/lib
Chris Friedt 3a56d276e9 posix: cond: abstract pthread_cond_t as uint32_t
Consistent with the change of `pthread_t` from
`struct posix_thread` to `uint32_t`, we can now also abstract
`pthread_cond_t` as `uint32_t` and separate `struct posix_cond`
as an implementation detail, hidden from POSIX API consumers.

This change deprecates `PTHREAD_COND_DEFINE()` in favour of the
(standardized) `PTHREAD_COND_INITIALIZER`.

This change introduces `CONFIG_MAX_PTHREAD_COND_COUNT`.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2022-11-19 14:16:38 +09:00
..
libc libc/picolibc: Remove unused POSIX-ish hooks 2022-11-02 06:49:32 -04:00
open-amp includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
os lib: os: p4wq: Convert CONFIG_MP_NUM_CPUS handling 2022-10-31 17:08:34 +01:00
posix posix: cond: abstract pthread_cond_t as uint32_t 2022-11-19 14:16:38 +09:00
smf lib: smf: fix include 2022-05-25 11:14:18 +09:00
util
CMakeLists.txt
Kconfig