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