This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-04 23:03:27 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
f4b34d530f338c3531ab5b453710430436162e33
nuttx
/
fs
/
semaphore
T
History
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
…
semaphore.h
…