zephyr/lib
Chris Friedt 6e66aa1f7c posix: use sys_sem instead of k_spinlock for pool synch
Based on Andy's talk at eoss 2024, use the sys/sem.h api instead
of the spinlock.h api to synchronize pooled elements since it
has minimal overhead like semaphores but also works from
userspace.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-04-23 07:01:25 -04:00
..
acpi
cpp
crc
hash
heap
libc posix: env: support for environ, getenv(), setenv(), unsetenv() 2024-03-08 04:28:47 -05:00
mem_blocks
open-amp
os lib: os: fdtable: add support for fsync 2024-04-15 13:23:37 -04:00
posix posix: use sys_sem instead of k_spinlock for pool synch 2024-04-23 07:01:25 -04:00
runtime
smf lib: smf: check for NULL 2024-04-10 07:40:21 -04:00
utils
CMakeLists.txt
Kconfig