summaryrefslogtreecommitdiffstats
path: root/firmware/export/thread.h
AgeCommit message (Expand)AuthorFilesLines
2008-04-12Add GPIO manager. Get the PMIC interrupt handling working (along with power b...Michael Sevakis1-3/+9
2008-03-29Just change PRIORITY_BUFFERING to 15. Seems a teeny tiny bit helpful to mpegp...Michael Sevakis1-1/+1
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-204/+167
2008-01-19Do some simplification in switch_thread regarding interrupt enabling which si...Michael Sevakis1-6/+1
2007-12-29mpegplayer: Make playback engine fully seekable and frame-accurate and split ...Michael Sevakis1-1/+10
2007-11-20Make threads responsible for explicit cancellation of their own boosted statu...Michael Sevakis1-1/+2
2007-10-25Finally commit Metadata on Buffer!Nicolas Pennequin1-1/+1
2007-10-17Apply Akio Idehara's fix for FS#7972 - Fix ARM's swp (xchg) inline assembly f...Michael Sevakis1-3/+3
2007-10-16Oops made a mistake that messed up test_and_set selection.Michael Sevakis1-3/+3
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-115/+437
2007-10-06Discontinue any use of 'swp(b)' on PP5020. While clocking is stable, some tes...Michael Sevakis1-1/+1
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-30/+27
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis1-3/+7
2007-08-01Atomic mutexes on SH1.Jens Arnold1-0/+14
2007-05-12Messages queues must be guarded on both ends or else it's a race between dete...Michael Sevakis1-7/+1
2007-03-26This should fix the remaining compilation issues.Miika Pekkarinen1-3/+3
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen1-3/+21
2007-03-26Fix a hole in the scheduler where collisions between waking blocked threads i...Michael Sevakis1-0/+3
2007-03-21Update sync queues to use a statically allocated return value in order to fac...Michael Sevakis1-0/+42
2007-03-09Back to green?Michael Sevakis1-2/+1
2007-03-09Put an end to priority inversion in the ata driver. Gave up trying to have fu...Michael Sevakis1-1/+13
2007-03-06Fix problem with recording screen creep and bag a bigfoot. Voice clips aren't...Michael Sevakis1-0/+1
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-7/+2
2007-01-07Allow one more thread on swcodec to make mpegplayer work on targets with remo...Jens Arnold1-1/+1
2006-12-16Add queue_send synchronous message sending. Right now only for SWCODEC. Actua...Michael Sevakis1-0/+7
2006-11-11Thread API enhancements.Brandon Low1-8/+17
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-7/+0
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-0/+3
2006-10-15Removed ugly boosting solutions from playback code and let schedulerMiika Pekkarinen1-1/+7
2006-09-17Include "config.h" to make sure priority stuff is properly included.Miika Pekkarinen1-0/+1
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-21/+67
2006-09-02Fixed the errors.Miika Pekkarinen1-0/+2
2006-09-02Cleanup threads.c by moving declarations inside structs.Miika Pekkarinen1-0/+50
2006-08-21Threading changes in preparation for multiple core supportDaniel Ankers1-0/+4
2006-04-05Fix bug #5037, spotted by David Rothenberger, also increase the max threads' ...Hristo Kovachev1-2/+2
2006-01-18Profiling support, tools and documentation.Brandon Low1-0/+3
2005-11-07Adjusted MAX_THREADS to be 2 more than the number of standard threads on all ...Jens Arnold1-0/+5
2005-08-21Fixed the usb mode. We did hit the thread limit which was nowMiika Pekkarinen1-1/+1
2005-07-12Removed picky warningsLinus Nielsen Feltzing1-1/+1
2004-08-03More const policeing step 3Jens Arnold1-1/+2
2004-04-30remove_thread() function added, for future dynamic thread creation by pluginsJörg Hohensohn1-0/+1
2003-03-12Removed CPU Sleep setting. It's now permanently enabled.Björn Stenberg1-1/+0
2003-02-21Decreased the thread context table size to save space in IRAMLinus Nielsen Feltzing1-1/+1
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg1-0/+5
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg1-0/+30