incubator-nuttx/fs/semaphore
Gregory Nutt 7cc63f90d9 sched/semaphore: sem_trywait() modifies the errno value and, hence, should not be used within the OS. Use nxsem_trywait() instead. 2017-10-05 07:59:06 -06:00
..
Kconfig fs/: Remove dangling space at the end of lines. 2017-06-28 13:17:55 -06:00
Make.defs
sem_close.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
sem_open.c sched/semaphore: sem_trywait() modifies the errno value and, hence, should not be used within the OS. Use nxsem_trywait() instead. 2017-10-05 07:59:06 -06:00
sem_unlink.c Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 2017-02-05 14:25:45 -06:00
semaphore.h