zephyr/lib
Chris Friedt 70e2b02c8e posix: deprecate PTHREAD_RWLOCK for POSIX_READER_WRITER_LOCKS
This change deprecates CONFIG_PTHREAD_RWLOCK in favour of
CONFIG_POSIX_READER_WRITER_LOCKS, which maps directly to the
name of the standard POSIX Option.

Annoyingly, the POSIX_RW_LOCKS Option Group is inconsistently
named. However, it is more convenient for us to use the Option
name since it is also the format used by the sysconf() variable
(_SC_READER_WRITER_LOCKS).

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-06-04 16:27:12 -05:00
..
acpi
cpp
crc lib: crc: Add OpenPGP CRC-24 2024-05-29 10:51:21 -07:00
hash
heap lib: heap: Add dependency for asserts 2024-05-31 09:55:28 -05:00
libc posix: deprecate POSIX_MAX_FDS and add POSIX_DEVICE_IO 2024-06-04 16:27:12 -05:00
mem_blocks
open-amp lib: open-amp: Use struct fw_resource_table type instead of void 2024-05-24 07:51:42 -04:00
os posix: deprecate POSIX_MAX_FDS and add POSIX_DEVICE_IO 2024-06-04 16:27:12 -05:00
posix posix: deprecate PTHREAD_RWLOCK for POSIX_READER_WRITER_LOCKS 2024-06-04 16:27:12 -05:00
runtime
smf Lib: SMF Modify HSM operation for UML-Style transitions 2024-05-22 21:41:06 -04:00
utils lib: bitarray: add method to find nth bit set in region 2024-05-21 16:44:38 -04:00
CMakeLists.txt
Kconfig