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-05-16 05:27:45 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
df4e24ddeb9743a49d6338ffb542eef3f625dbc8
nuttx
/
sched
/
semaphore
T
History
Gregory Nutt
b4423c1eed
Make some file section headers more consistent with standard
2015-04-08 06:47:36 -06:00
..
Make.defs
Semaphores: sem_waitirq.c must be built when signals are disabled. That is because not handles not only the case of semaphore wait being awakened by a signal, but also the case with sem_timedwait.c when the semaphore wait is awakened by a timeout.
2014-12-28 15:03:12 -06:00
sem_destroy.c
Make some file section headers more consistent with standard
2015-04-08 06:47:36 -06:00
sem_holder.c
Make some file section headers more consistent with standard
2015-04-08 06:47:36 -06:00
sem_initialize.c
…
sem_post.c
Make some file section headers more consistent with standard
2015-04-08 06:47:36 -06:00
sem_recover.c
…
sem_timedwait.c
Fix places where the errno value was being overwritten by subsequent actions so that the returned errno value was incorrect. From Max Neklyudov.
2015-02-25 07:45:04 -06:00
sem_trywait.c
…
sem_wait.c
…
sem_waitirq.c
Semaphores: sem_waitirq.c must be built when signals are disabled. That is because not handles not only the case of semaphore wait being awakened by a signal, but also the case with sem_timedwait.c when the semaphore wait is awakened by a timeout.
2014-12-28 15:03:12 -06:00
semaphore.h
…