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-07 17:33:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
90f1762012f3452f7fd6acee7f7941b1687b019a
nuttx
/
sched
/
semaphore
T
History
Freddie Chopin
484a1b6104
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
..
Make.defs
sem_setprotocol: Handle a case of missing proxy for sem_setprotocol. Reorder so that (1) this error is avoided, and (2) >No proxy is needed if priority inheritance is not enabled.
2016-11-03 18:51:38 -06:00
sem_destroy.c
…
sem_holder.c
Add pthread_mutexattr_get/set_protocol and non-standard sem_get/set_protocol. These may use to enable or disable priority inheritance on a single semaphore.
2016-11-02 09:05:18 -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
Missing # on endif
2016-11-03 21:27:52 -06:00
sem_tickwait.c
…
sem_timedwait.c
…
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
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_waitirq.c
…
semaphore.h
…
spinlock.c
…