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-06 00:14:22 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
03bd3688bc7a2f79429e61b54cb7776f3300faaa
nuttx
/
sched
/
semaphore
T
History
Gregory Nutt
d5207efb5a
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
..
Make.defs
…
sem_destroy.c
…
sem_holder.c
sched/semaphore: Fix a warning aout an unused variable when priority inheritance is enabled.
2017-03-21 13:47:56 -06:00
sem_initialize.c
…
sem_post.c
Add some comments.
2016-11-05 09:44:29 -06:00
sem_recover.c
…
sem_reset.c
…
sem_setprotocol.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
sem_tickwait.c
…
sem_timedwait.c
clock: Add new type ssystime_t for relative 64-bit ticks, change ticks<->time conversion functions to use ssystime_t
2017-04-21 08:51:31 -06:00
sem_timeout.c
…
sem_trywait.c
sem_wait() and sem_trywait() no longer modify the errno value UNLESS an error occurs. This allows these functions to be used internallly without clobbering the errno value.
2016-11-09 07:01:49 -06:00
sem_wait.c
Cancellation points: Fix some backward logic in conditional compilation.
2017-02-02 06:42:41 -06:00
sem_waitirq.c
…
semaphore.h
…
spinlock.c
SMP: There were certain conditions that we must avoid by preventing releasing the pending tasks while withn a critical section. But this logic was incomplete; there was no logic to prevent other CPUs from adding new, running tasks while on CPU is in a critical section.
2016-12-27 08:49:07 -06:00