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
/
uisimulator
/
sdl
/
thread-sdl.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...
Thomas Martitz
2010-05-15
*
Use API call instead of accessing a global variable for receiving the current...
Thomas Martitz
2010-04-16
*
threads_exit should be volatile being polled in a loop on a sim thread and be...
Michael Sevakis
2009-01-08
*
Allow sims to shut down normally from panic code.
Michael Sevakis
2009-01-08
*
Use cookies for thread identification instead of pointers directly which give...
Michael Sevakis
2008-12-10
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
2008-03-26
*
Add a complete priority inheritance implementation to the scheduler (all mute...
Michael Sevakis
2008-03-25
*
Do some simplification in switch_thread regarding interrupt enabling which si...
Michael Sevakis
2008-01-19
*
Simplify the uisimulator I/O routine and let the rockbox thread calling the f...
Michael Sevakis
2007-12-03
*
Implement as genuine a set_irq_level function for the sim as possible. The yi...
Michael Sevakis
2007-10-26
*
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-16
*
UISIMULATOR: Trying to make it snappy for everyone. Remove forced thread yiel...
Michael Sevakis
2007-09-13
*
UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...
Michael Sevakis
2007-09-10
*
More Simulator tweaking. Back to the counter but with 0 delay. Forget the sem...
Michael Sevakis
2007-09-09
*
UISIMULATOR: Give the host OS some needed context switching hints (which _is_...
Michael Sevakis
2007-09-09
*
Make sleep(0) in the sim behave more like on target.
Jens Arnold
2007-09-08
*
Sim I/O and threading that runs more like on target. Tweakable if any genuine...
Michael Sevakis
2007-09-08
*
Fix sim errors. Every extra byte feels guilt-free. ;)
Michael Sevakis
2007-06-25
*
Implement remove_thread for SDL simulator
Steve Bavin
2007-03-30
*
Make the sim create_thread() function slightly closer to the real thing. #in...
Dave Chapman
2007-03-24
*
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-03-04
*
Oops - fix warnings and add a simulator version of remove_thread_on_core()
Daniel Ankers
2006-09-03
*
Fix simulation of threads across multiple cores
Daniel Ankers
2006-09-03
*
Adjust the counter even higher so it should work quite stable now.
Miika Pekkarinen
2006-07-31
*
Prevent the simulator SDL audio skipping under Linux.
Miika Pekkarinen
2006-07-31
*
Correct mutex locking order in runthread. Doesn't seem to fix anything though.
Dan Everton
2006-02-12
*
Patch #1417462 by Dan Everton - Improved SDL simulator
Linus Nielsen Feltzing
2006-02-03