index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
pp
/
thread-pp.c
(
unfollow
)
Commit message (
Expand
)
Author
2014-08-16
Base scheduler queues off linked lists and do cleanup/consolidation
Michael Sevakis
2014-08-08
Fix some more straggling stuff
Michael Sevakis
2014-08-08
Do some kernel cleanup
Michael Sevakis
2014-03-03
kernel: Break out kernel primitives into separate files and move to separate ...
Thomas Martitz
2012-01-03
move PP specific files to pp/
Rafaël Carré
2011-12-17
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
2011-12-10
thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...
Michael Sevakis
2011-12-09
Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.
Boris Gjenero
2011-12-09
Introduce USED_ATTR wrapper for __attribute__((used)).
Boris Gjenero
2011-02-02
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...
Andree Buschmann
2010-06-18
For multiprocessor targets, do the thread_exit routine such that we don't nee...
Michael Sevakis
2010-06-10
Clean unused stuff out of thread.h and config.h and reorganize thread-pp.c to...
Michael Sevakis
2010-06-02
Fix PP5002 builds. Somehow an #else went missing along the line.
Michael Sevakis
2010-06-02
Threading: Split processor support code into respective target files. C files...
Michael Sevakis