summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/thread-sdl.c (follow)
Commit message (Expand)AuthorAge
* Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis2014-08-16
* Do some kernel cleanupMichael Sevakis2014-08-08
* Fix some stuff for no priority andMichael Sevakis2014-08-06
* Add multi-reader, single-writer locks to kernel.Michael Sevakis2014-08-06
* kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz2014-03-03
* buflib: Add crc field protecting buflib cookie integrityMarcin Bukat2014-01-16
* Change the thread api a bit.Thomas Martitz2011-03-05
* Return thread ID as a string for name when a thread isn't named or name canno...Michael Sevakis2010-12-29
* Change the gcc options for sdl builds to allow for gnu99 features, it needs s...Thomas Martitz2010-12-02
* Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...Michael Sevakis2010-06-17
* Simulator: get rid of SDL_mutex* parameter to sim_do_exit.Michael Sevakis2010-05-27
* SDL Simulator: Get thread shutdown and properly handled and fix a minor memor...Michael Sevakis2010-05-27
* Since the sdl to target tree move, the main thread cannot be removed anymore,Thomas Martitz2010-05-26
* memset is in string.h, not memory.h.Thomas Martitz2010-05-16
* - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz2010-05-15