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-11 22:01:21 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
e0fdd46292a8f68ef8775ec73574df949dffd9b2
nuttx
/
sched
T
History
Anton D. Kachalov
4a16bc6924
[sched/pthread/pthread_kill] Add missed header for enabled CONFIG_SCHED_HAVE_PARENT
...
Signed-off-by: Anton D. Kachalov <
mouse@yandex-team.ru
>
2015-07-30 18:51:37 +03:00
..
clock
Sporadic scheduler: Add logic to collection the partial timer expiration when a sporadic thread is suspended in tickless mode
2015-07-26 15:03:47 -06:00
environ
…
errno
…
group
…
init
…
irq
…
mqueue
POSIX message queues: Move mq_setattr() and mq_getattr() from nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support for mq_setattr() and mq_getattr(). This is necessary in protected and kernel builds because in those cases the message queue structure is protect and cannot be accessed directly from user mode code. Noted by Jouko Holopainen.
2015-06-03 09:24:17 -06:00
paging
…
pthread
[sched/pthread/pthread_kill] Add missed header for enabled CONFIG_SCHED_HAVE_PARENT
2015-07-30 18:51:37 +03:00
sched
Add strictly limit check: The current sporadic scheduler cannot handler duties > 50%
2015-07-30 07:36:01 -06:00
semaphore
…
signal
…
task
Fix some bad conditional compilation
2015-07-24 12:27:15 -06:00
timer
Add basic sporadic schedule state machine
2015-07-24 09:03:21 -06:00
wdog
Add basic sporadic schedule state machine
2015-07-24 09:03:21 -06:00
wqueue
…
.gitignore
…
Kconfig
Sporadic scheduler: Add instrumentation hooks to support GPIO outputs
2015-07-27 08:37:25 -06:00
Makefile
…