summaryrefslogtreecommitdiffstats
path: root/firmware/thread.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis1-1/+1
2011-12-09Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.Boris Gjenero1-2/+2
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero1-1/+3
2011-11-29FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero1-11/+0
2011-03-05Change the thread api a bit.Thomas Martitz1-18/+24
2011-02-19Cleanup preprocessor around corelock usage and move its definition outside #i...Thomas Martitz1-2/+2
2011-02-18Fix yellows and checkwps.Thomas Martitz1-1/+1
2011-02-18Implement cooperative threads on hosted platforms using C code.Thomas Martitz1-3/+9
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-28Comment about thread_id_entry missleading and wrong. Fix the dumb.Michael Sevakis1-1/+1
2010-12-27Move codfire inline asm into cpu specific file.Nils Wallménius1-8/+1
2010-12-27Fix profiling on coldfire with newer Gcc.Nils Wallménius1-0/+11
2010-09-26Add optional (define BUFFER_ALLOC_DEBUG to enable it) code to check for code ...Frank Gevaerts1-0/+11
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-3/+12
2010-06-18For multiprocessor targets, do the thread_exit routine such that we don't nee...Michael Sevakis1-15/+10
2010-06-17Fix red. Need 'inline' with 'always_inline'.Michael Sevakis1-4/+4
2010-06-17Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...Michael Sevakis1-27/+45
2010-06-02Threading: Split processor support code into respective target files. C files...Michael Sevakis1-878/+13
2010-05-15i.MX31: Issue some NOP's immediately after MCR WFI to prevent premature execu...Michael Sevakis1-1/+4
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-04-18Fix red from r25666 (forgot to use macro to not use core variable on single c...Michael Sevakis1-5/+5
2010-04-18Threads of PRIORITY_REALTIME and above are no longer subject to being switche...Michael Sevakis1-10/+18
2010-04-16Use API call instead of accessing a global variable for receiving the current...Thomas Martitz1-1/+1
2010-04-03Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts1-0/+19
2010-03-03FS#10756 - Free unused init codeThomas Martitz1-1/+2
2010-02-22as3525v2: core_sleep()Rafaël Carré1-1/+1
2009-11-20Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS.Andrew Mahone1-1/+1
2009-10-10"Implement" S5L8701 core_sleepMichael Sparmann1-1/+1
2009-07-12* Fix overlooked r12 usage possibility in mpegplayer ARM idct Jens Arnold1-2/+2
2009-05-06MIPS: don't save gp register when switching threadsMaurus Cuelenaere1-17/+14
2009-04-08Jz4740:Maurus Cuelenaere1-39/+36
2009-02-11s3c2440 can use the generic ARM WFI which is much simpler. If there's any adv...Michael Sevakis1-38/+5
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-30/+30
2008-12-19Enable sleep() on MIPS targetsMaurus Cuelenaere1-0/+1
2008-12-14Place some LIKELY and UNLIKELY hints in kernel where I can definitively say a...Michael Sevakis1-19/+19
2008-12-10Fix a wrong comment in thread.c and mention an alternative approach to inits....Michael Sevakis1-2/+4
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-43/+97
2008-11-09core_sleep(): only write once the same implementation, and add as3525 to the ...Rafaël Carré1-22/+3
2008-11-04Onda VX747:Maurus Cuelenaere1-1/+1
2008-10-07Fix TABs and get rid of HAVE_BUTTON_HOLDMaurus Cuelenaere1-9/+2
2008-09-16Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour o...Rob Purchase1-7/+1
2008-09-14Forgot this..Maurus Cuelenaere1-2/+0
2008-09-14Onda VX747:Maurus Cuelenaere1-108/+72
2008-08-06* Add basic (non-working) support for NAND flashMaurus Cuelenaere1-3/+11
2008-07-171) Set svn:keywords where they should've been setMaurus Cuelenaere1-1/+12
2008-07-14Add preliminary support for the Onda VX747 (MIPS target)Maurus Cuelenaere1-0/+147
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-03Reinstate the awful ATA hack that has no proper reason to exist for iPod 5.5g...Michael Sevakis1-2/+12
2008-05-17Actually remove the ata lock hack code for that had been used for iPod Video ...Michael Sevakis1-12/+2
2008-05-11Disable the ata locking hack since a recent test strongly suggests it has bee...Michael Sevakis1-1/+1