.. |
clock
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
environ
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
errno
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
group
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
init
|
Modularize starting of worker threads to better isolate individual initialization characteristics
|
2014-10-10 09:38:28 -06:00 |
irq
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
mqueue
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
paging
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
pthread
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
sched
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
semaphore
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
signal
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
task
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
timer
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
wdog
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
wqueue
|
Add logic for priority inheritance with multiple worker threads. How should this work? Tentatively, the all get reprioritized together. It would be best to just reprioritize the single thread doing the high priority work, but we don't know which that will be in advance
|
2014-10-10 17:47:39 -06:00 |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Kconfig
|
Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS property
|
2014-10-05 15:44:43 -06:00 |
Makefile
|
Add support for priority inheritance on the low priority worker queue
|
2014-10-07 07:41:52 -06:00 |