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 08:36:24 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
0c8c7fecf089481b6f982ff83cab8c15d198853a
nuttx
/
sched
/
semaphore
T
History
Gregory Nutt
0c8c7fecf0
Add _ to the beginning of all debug macros to avoid name collisions
2016-06-16 12:33:32 -06:00
..
Make.defs
sched/semaphore: Add an internal interface to reset a semaphore count.
2016-03-05 07:33:24 -06:00
sem_destroy.c
Remove some empty file section section header comments
2016-02-17 17:38:39 -06:00
sem_holder.c
Add _ to the beginning of all debug macros to avoid name collisions
2016-06-16 12:33:32 -06:00
sem_initialize.c
…
sem_post.c
…
sem_recover.c
…
sem_reset.c
Update some comments
2016-03-06 13:50:26 -06:00
sem_tickwait.c
…
sem_timedwait.c
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:14:08 -06:00
sem_timeout.c
…
sem_trywait.c
…
sem_wait.c
…
sem_waitirq.c
…
semaphore.h
Remove some empty file section section header comments
2016-02-17 17:38:39 -06:00
spinlock.c
Rename cpuset_t to cpu_set_t which is the type used in some non-standard Linux/GNU interfaces. Move definitions of cpu_set_t to include/sys/types.h. Add prototypes for sched_setaffinity(), sched_getaffinity(), pthread_attr_setaffinity_np(), pthread_attr_getaffinity_np(), pthread_setaffinity_np(), and pthread_getaffinity_np(). No implementation is yet in place.
2016-02-19 15:57:07 -06:00