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-14 16:19:21 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
8221c2da64a1325fbff3ef829183de2dfd230de7
nuttx
/
sched
T
History
Sagitta Li
9fa1024eef
vector table should have dimension NR_IRQS, not NR_IRQS+1
2016-09-22 07:56:12 -06:00
..
clock
sched/: Review and correct some stylistic inconsistencies
2016-08-07 08:32:11 -06:00
environ
…
errno
…
group
Explicitly initialize the group tg_exitsem with sem_init(). The existing logic worked because the correct initialization value is all zero, but it is better to initialize the semaphore explicitly. Noted by Jouko Holopainen.
2016-08-10 07:38:07 -06:00
init
…
irq
vector table should have dimension NR_IRQS, not NR_IRQS+1
2016-09-22 07:56:12 -06:00
module
…
mqueue
Correct a comment
2016-09-15 13:10:42 -06:00
paging
…
pthread
…
sched
sched/: Move fields related to parent/child task relationship out of TCB into group structure.
2016-09-06 08:28:31 -06:00
semaphore
…
signal
Explicitly initialize the group tg_exitsem with sem_init(). The existing logic worked because the correct initialization value is all zero, but it is better to initialize the semaphore explicitly. Noted by Jouko Holopainen.
2016-08-10 07:38:07 -06:00
task
sched/: Fix misplaced right bracket; remove redundant assertion.
2016-09-06 12:27:12 -06:00
timer
sched/: Review and correct some stylistic inconsistencies
2016-08-07 08:32:11 -06:00
wdog
…
wqueue
…
.gitignore
…
Kconfig
Trivial typo fix
2016-08-20 13:23:41 -06:00
Makefile
…