index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
thread.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-03
kernel: Break out kernel primitives into separate files and move to separate ...
Thomas Martitz
1
-2392
/
+0
2014-01-16
buflib: Add crc field protecting buflib cookie integrity
Marcin Bukat
1
-0
/
+6
2012-02-04
Use commit_dcache() instead of commit_discard_idcache() where possible
Boris Gjenero
1
-1
/
+1
2012-01-26
Fix FS#12559: sigaltstack threads fortify failure
Boris Gjenero
1
-0
/
+9
2012-01-22
Create fimrware/asm directory for assembly optimized stuff.
Thomas Martitz
1
-16
/
+3
2011-12-17
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
1
-1
/
+1
2011-12-09
Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.
Boris Gjenero
1
-2
/
+2
2011-12-09
Introduce USED_ATTR wrapper for __attribute__((used)).
Boris Gjenero
1
-1
/
+3
2011-11-29
FS#12412 : Delete old buffer allocation code which has been replaced by core_...
Boris Gjenero
1
-11
/
+0
2011-03-05
Change the thread api a bit.
Thomas Martitz
1
-18
/
+24
2011-02-19
Cleanup preprocessor around corelock usage and move its definition outside #i...
Thomas Martitz
1
-2
/
+2
2011-02-18
Fix yellows and checkwps.
Thomas Martitz
1
-1
/
+1
2011-02-18
Implement cooperative threads on hosted platforms using C code.
Thomas Martitz
1
-3
/
+9
2010-12-29
Return thread ID as a string for name when a thread isn't named or name canno...
Michael Sevakis
1
-2
/
+2
2010-12-28
Comment about thread_id_entry missleading and wrong. Fix the dumb.
Michael Sevakis
1
-1
/
+1
2010-12-27
Move codfire inline asm into cpu specific file.
Nils Wallménius
1
-8
/
+1
2010-12-27
Fix profiling on coldfire with newer Gcc.
Nils Wallménius
1
-0
/
+11
2010-09-26
Add optional (define BUFFER_ALLOC_DEBUG to enable it) code to check for code ...
Frank Gevaerts
1
-0
/
+11
2010-08-02
Rockbox as an application: Commit current Android port progress.
Thomas Martitz
1
-3
/
+12
2010-06-18
For multiprocessor targets, do the thread_exit routine such that we don't nee...
Michael Sevakis
1
-15
/
+10
2010-06-17
Fix red. Need 'inline' with 'always_inline'.
Michael Sevakis
1
-4
/
+4
2010-06-17
Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...
Michael Sevakis
1
-27
/
+45
2010-06-02
Threading: Split processor support code into respective target files. C files...
Michael Sevakis
1
-878
/
+13
2010-05-15
i.MX31: Issue some NOP's immediately after MCR WFI to prevent premature execu...
Michael Sevakis
1
-1
/
+4
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+1
2010-04-18
Fix red from r25666 (forgot to use macro to not use core variable on single c...
Michael Sevakis
1
-5
/
+5
2010-04-18
Threads of PRIORITY_REALTIME and above are no longer subject to being switche...
Michael Sevakis
1
-10
/
+18
2010-04-16
Use API call instead of accessing a global variable for receiving the current...
Thomas Martitz
1
-1
/
+1
2010-04-03
Add IO priority handling. Currently all IO has equal priority, except the dir...
Frank Gevaerts
1
-0
/
+19
2010-03-03
FS#10756 - Free unused init code
Thomas Martitz
1
-1
/
+2
2010-02-22
as3525v2: core_sleep()
Rafaël Carré
1
-1
/
+1
2009-11-20
Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS.
Andrew Mahone
1
-1
/
+1
2009-10-10
"Implement" S5L8701 core_sleep
Michael Sparmann
1
-1
/
+1
2009-07-12
* Fix overlooked r12 usage possibility in mpegplayer ARM idct
Jens Arnold
1
-2
/
+2
2009-05-06
MIPS: don't save gp register when switching threads
Maurus Cuelenaere
1
-17
/
+14
2009-04-08
Jz4740:
Maurus Cuelenaere
1
-39
/
+36
2009-02-11
s3c2440 can use the generic ARM WFI which is much simpler. If there's any adv...
Michael Sevakis
1
-38
/
+5
2009-02-11
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...
Michael Sevakis
1
-30
/
+30
2008-12-19
Enable sleep() on MIPS targets
Maurus Cuelenaere
1
-0
/
+1
2008-12-14
Place some LIKELY and UNLIKELY hints in kernel where I can definitively say a...
Michael Sevakis
1
-19
/
+19
2008-12-10
Fix a wrong comment in thread.c and mention an alternative approach to inits....
Michael Sevakis
1
-2
/
+4
2008-12-10
Use cookies for thread identification instead of pointers directly which give...
Michael Sevakis
1
-43
/
+97
2008-11-09
core_sleep(): only write once the same implementation, and add as3525 to the ...
Rafaël Carré
1
-22
/
+3
2008-11-04
Onda VX747:
Maurus Cuelenaere
1
-1
/
+1
2008-10-07
Fix TABs and get rid of HAVE_BUTTON_HOLD
Maurus Cuelenaere
1
-9
/
+2
2008-09-16
Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour o...
Rob Purchase
1
-7
/
+1
2008-09-14
Forgot this..
Maurus Cuelenaere
1
-2
/
+0
2008-09-14
Onda VX747:
Maurus Cuelenaere
1
-108
/
+72
2008-08-06
* Add basic (non-working) support for NAND flash
Maurus Cuelenaere
1
-3
/
+11
2008-07-17
1) Set svn:keywords where they should've been set
Maurus Cuelenaere
1
-1
/
+12
[next]