This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
sched
/
semaphore
History
Gregory Nutt
3b22d13493
sched/: Add debug assertions before each call to up_block_task() to assure that there is no attempt to block an IDLE task.
2018-11-30 06:54:15 -06:00
..
Make.defs
…
sem_destroy.c
…
sem_holder.c
…
sem_initialize.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
sem_post.c
mm/iob and sched/semaphore: Work around some issues with the IOB throttle semaphore. It has some odd behaviors that can cause assertions in sem_post(). Also, it seems to get outside of its range occasionally. Need to REVISIT this.
2018-09-10 11:32:09 -06:00
sem_recover.c
…
sem_reset.c
…
sem_setprotocol.c
…
sem_tickwait.c
…
sem_timedwait.c
…
sem_timeout.c
…
sem_trywait.c
…
sem_wait.c
sched/: Add debug assertions before each call to up_block_task() to assure that there is no attempt to block an IDLE task.
2018-11-30 06:54:15 -06:00
sem_waitirq.c
…
semaphore.h
…
spinlock.c
…