zephyr/lib/posix
Chris Friedt 7506274ef2 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-10-03 17:07:05 +01:00
..
options posix: use sys_sem instead of k_spinlock for pool synch 2024-10-03 17:07:05 +01:00
shell
CMakeLists.txt
Kconfig