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