This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-10 13:02:31 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
ec755a409135f20e13abdd3c4865d4088746c867
nuttx
/
sched
T
History
Gregory Nutt
6a4880f415
SMP: Fix timer related issues: Round robin and sporadic scheduling were only being performed for tasks running on the CPU that processes the system timer interrupt. Similary, CPU load measurements were only be processed for running on the CPU that receives the sampling interrupt.
2017-01-23 12:14:01 -06:00
..
clock
…
environ
…
errno
…
group
…
init
Fix some SMP-related compilation errors
2016-12-09 17:10:59 -06:00
irq
SMP: Fix an error in critical section logic when performing a context switch from an interrupt handler. The g_cpu_irqset bit was not being set for the CPU so other CPUs did not know about the critical section.
2017-01-13 06:48:10 -06:00
module
Modules: Extend the module interface so that we can access symbols exported by the module.
2017-01-22 14:26:22 -06:00
mqueue
Grrr... cloned typos!
2016-12-10 09:45:55 -06:00
paging
…
pthread
Update README and some comments.
2017-01-02 13:54:07 -06:00
sched
SMP: Fix timer related issues: Round robin and sporadic scheduling were only being performed for tasks running on the CPU that processes the system timer interrupt. Similary, CPU load measurements were only be processed for running on the CPU that receives the sampling interrupt.
2017-01-23 12:14:01 -06:00
semaphore
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
signal
Move cancellation point definitions to their own header file.
2016-12-10 09:08:26 -06:00
task
Update README and some comments.
2017-01-02 13:54:07 -06:00
timer
…
wdog
…
wqueue
…
.gitignore
…
Kconfig
Update some comments
2017-01-22 10:17:51 -06:00
Makefile
…