walnux/libs/libc/semaphore
Jukka Laitinen 55913d16ad libs/libc/semaphore: Enable semaphore fast wait/post paths for counting semaphores
The fast path can be used also for counting semaphores when the priority
inheritance is disabled.

Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>
2025-05-13 20:52:24 +08:00
..
CMakeLists.txt nuttx/syscall: export nxsem_getprioceiling and nxsem_setprioceiling via syscall 2024-10-12 09:50:54 +08:00
Make.defs libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_clockwait.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_close.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_destroy.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_getprioceiling.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_getprotocol.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_getvalue.c Integrate nxmutex support fully into nxsem 2025-05-08 16:00:05 +08:00
sem_init.c Integrate nxmutex support fully into nxsem 2025-05-08 16:00:05 +08:00
sem_open.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_post.c libs/libc/semaphore: Enable semaphore fast wait/post paths for counting semaphores 2025-05-13 20:52:24 +08:00
sem_setprioceiling.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_setprotocol.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_timedwait.c libc/semaphore: remove unused hander file 2024-12-30 12:02:34 +08:00
sem_trywait.c libs/libc/semaphore: Enable semaphore fast wait/post paths for counting semaphores 2025-05-13 20:52:24 +08:00
sem_unlink.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_wait.c libs/libc/semaphore: Enable semaphore fast wait/post paths for counting semaphores 2025-05-13 20:52:24 +08:00