nuttx/sched/semaphore
Xiang Xiao 33ec242caf Implement proposed POSIX _clockwait variants of existing _timedwait functions
Here is the related glibc patchset:
https://patchwork.ozlabs.org/project/glibc/cover/cover.b0c66849a87ca79889a49f2f1f2563b1a8a15d8b.1551291557.git-series.mac@mcrowe.com/

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I0095cb34cef3d0d88a100255053da79266b73ff2
2020-07-27 20:39:59 -03:00
..
Make.defs Implement proposed POSIX _clockwait variants of existing _timedwait functions 2020-07-27 20:39:59 -03:00
sem_clockwait.c Implement proposed POSIX _clockwait variants of existing _timedwait functions 2020-07-27 20:39:59 -03:00
sem_destroy.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
sem_holder.c Make more OS internal names consistent 2020-05-10 22:47:07 +08:00
sem_initialize.c Make more OS internal names consistent 2020-05-10 22:47:07 +08:00
sem_post.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
sem_recover.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
sem_reset.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
sem_setprotocol.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
sem_tickwait.c Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
sem_timedwait.c Implement proposed POSIX _clockwait variants of existing _timedwait functions 2020-07-27 20:39:59 -03:00
sem_timeout.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
sem_trywait.c Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
sem_wait.c Make more OS internal names consistent 2020-05-10 22:47:07 +08:00
sem_waitirq.c Completes the Implementation of the TLS-based errno 2020-05-07 23:11:34 +01:00
semaphore.h Make more OS internal names consistent 2020-05-10 22:47:07 +08:00
spinlock.c sched/semaphore/spinlock.c: spin_trylock handle memory barrier and instrumentation correctly. 2019-11-03 19:40:58 -06:00