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
47ebe1e320c66686ea370e931c8afafd3355f4ca
nuttx
/
sched
T
History
Gregory Nutt
47ebe1e320
Update some comments
2017-03-03 12:48:58 -06:00
..
clock
…
environ
…
errno
…
group
Fix DEBUGASSERT() in group_signal.c
2016-12-04 06:52:08 -06:00
init
C library: Add ffs(). Add strings.h. Move strcasecmp, strncasecmp, bzero, bcmp, and bcopy to where they belong in strings.h.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
2017-02-16 16:10:09 -06:00
irq
Smaller vector tables: Add irq_mapped_t.
2017-03-03 10:20:40 -06:00
module
Shared Libs: Implement module based shared libraries for the PROTECTED mode build
2017-01-29 13:03:53 -06:00
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
pthread_create: g_pthreadname[] is not used if CONFIG_TASK_NAME_SIZE==0.
2017-02-26 18:15:16 -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
Cancellation points: Fix some backward logic in conditional compilation.
2017-02-02 06:42:41 -06:00
signal
Merged in masayuki2009/nuttx.nuttx/remove_unused_variable (pull request
#233
)
2017-03-02 12:39:32 +00:00
task
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
timer
…
wdog
Update some wdog-related comments
2017-02-24 10:58:37 -06:00
wqueue
…
.gitignore
…
Kconfig
Update some comments
2017-03-03 12:48:58 -06:00
Makefile
…