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
6295203a82ad86a36a0d284398c3afdfd15b2a15
nuttx
/
sched
T
History
Gregory Nutt
ba7d5acf94
Fix a couple more places where the wrong allocator is being used
2014-09-11 15:56:04 -06:00
..
clock
clock_gettime.c: Fix a cornercase bug in clock_gettime()
2014-09-10 17:10:54 -06:00
environ
…
errno
…
group
Fix a couple more places where the wrong allocator is being used
2014-09-11 15:56:04 -06:00
init
When a privileged thread exits, we have to use the kernel alloctor to free memory; when an unprivileged thread exits, we don't have to do anything... heap memory will be cleaned up when the address environment is torn down
2014-09-11 09:00:10 -06:00
irq
…
mqueue
…
paging
…
pthread
A const storage class to to phthread parameters. From Freddie Chopin
2014-09-08 06:21:48 -06:00
sched
Restructuring of build to allow use of use-space allocators by kernel logic in the kernel build.
2014-09-02 11:22:09 -06:00
semaphore
…
signal
Mostly cosmetic changes
2014-09-04 10:28:38 -06:00
task
Fix more places where the user-mode allocator is used to allocate kernel thread resources -- before the user-mode allocator even exists
2014-09-03 14:58:24 -06:00
timer
…
wdog
…
.gitignore
…
Kconfig
Kconfig choice value needs a prompt
2014-09-11 07:18:33 -06:00
Makefile
…