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
Packages
Projects
Releases
Wiki
Activity
Files
fccd44387abcdb5f8368903cb51aae5f2c536d40
nuttx
/
sched
T
History
Gregory Nutt
2f0bc1907b
Update README and some comments
2018-01-24 19:00:51 -08:00
..
clock
sched/clock/clock_systimer.c: Change the way that the 64-bit time is sampled. Previously, we disabled interrupts before sampling the 64-bit timer since the uint64_t access is not atomic on most CPUs. However, disabling (local) interrupts does not work in the SMP case. In that case, the timer interrupt will be running on only one of the CPUs; disabling interrupts on a different CPU will provide no protection from timer rollover. To work around this, logic was added that samples 64-bit timer is sampled twice and if 32-bit rollover was detected between samples, then loops until there is no rollover.
2018-01-15 11:05:45 -06:00
environ
…
errno
…
group
…
init
arch/arm/src/lpc54xx: Add configuration logic to the empty SPI driver. Still missing all data tranfer logic.
2018-01-13 15:38:55 -06:00
irq
sched/irq: Add a configuration option to show interrupt information via a procfs file.
2018-01-12 18:26:46 -06:00
module
…
mqueue
…
paging
…
pthread
sched/: Various fixes for typos, improved parameter verification.
2018-01-12 18:26:45 -06:00
sched
Update README and some comments
2018-01-24 19:00:51 -08:00
semaphore
Change ASSERT(false) to DEBUGPANIC().
2018-01-24 19:00:51 -08:00
signal
Changes from review of clock_nanosleep(): Misplaced right bracket, but return value in one failure case.
2017-11-11 18:01:28 -06:00
task
sched/: Various fixes for typos, improved parameter verification.
2018-01-12 18:26:45 -06:00
timer
…
wdog
sched/: Various fixes for typos, improved parameter verification.
2018-01-12 18:26:45 -06:00
wqueue
…
.gitignore
…
Kconfig
sched/irq: Add a configuration option to show interrupt information via a procfs file.
2018-01-12 18:26:46 -06:00
Makefile
…