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 16:50:55 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a9bc424bcd070d348ac91a7ec95d1c5226618bd2
nuttx
/
sched
T
History
Gregory Nutt
5fb85451cb
Update some comments
2017-03-22 08:08:43 -06:00
..
clock
…
environ
…
errno
…
group
…
init
…
irq
Smaller vector tables: Add irq_mapped_t.
2017-03-03 10:20:40 -06:00
module
…
mqueue
sigtimedwait: When timer expires, up_unblock_task() is called. This is okay in the single CPU case because interrupts are disable in the timer interrupt handler. But it is insufficient in the SMP case. enter_ and leave_critical_section() must be called in order to manage spinlocks correctly.
2017-02-24 10:07:23 -06:00
paging
…
pthread
Update some comments
2017-03-22 08:08:43 -06:00
sched
sigtimedwait: When timer expires, up_unblock_task() is called. This is okay in the single CPU case because interrupts are disable in the timer interrupt handler. But it is insufficient in the SMP case. enter_ and leave_critical_section() must be called in order to manage spinlocks correctly.
2017-02-24 10:07:23 -06:00
semaphore
sched/semaphore: Fix a warning aout an unused variable when priority inheritance is enabled.
2017-03-21 13:47:56 -06:00
signal
Merged in masayuki2009/nuttx.nuttx/remove_unused_variable (pull request
#233
)
2017-03-02 12:39:32 +00:00
task
Olimex-STM32-P407: Enable task names
2017-03-04 08:49:24 -06:00
timer
…
wdog
Update some wdog-related comments
2017-02-24 10:58:37 -06:00
wqueue
Guard from pend_reprios overlow
2017-03-15 07:42:55 -10:00
.gitignore
…
Kconfig
Review of last PR: Setting CONFIG_SMP_NCPUS=1 should only be permitted in a debug configuration.
2017-03-22 06:29:38 -06:00
Makefile
…