summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threaddispatch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-04score: Add assert to _Thread_Dispatch()Sebastian Huber1-0/+1
2017-06-14score: Remove rtems_ada_selfSebastian Huber1-8/+0
2017-02-03score: Move _Thread_Scheduler_ask_for_help()Sebastian Huber1-1/+34
2016-12-12score: Introduce _Internal_error()Sebastian Huber1-8/+2
2016-12-09score: Remove fatal is internal indicatorSebastian Huber1-2/+0
2016-11-23score: Robust thread dispatchSebastian Huber1-0/+15
2016-11-18score: Allow interrupts during thread dispatchSebastian Huber1-16/+1
2016-11-18score: Add and use _Thread_Dispatch_direct()Sebastian Huber1-0/+16
2016-11-02score: Add new SMP scheduler helping protocolSebastian Huber1-1/+77
2016-09-07score: Remove superfluous SMP debug supportSebastian Huber1-2/+0
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber1-2/+2
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber1-3/+3
2016-05-12score: Introduce thread state lockSebastian Huber1-8/+7
2016-03-17score: Fix CPU time used by executing threadsSebastian Huber1-5/+0
2016-02-17score: Avoid SCORE_EXTERNSebastian Huber1-0/+8
2016-02-03Delete unused API extensionsSebastian Huber1-1/+0
2016-02-03Optional Initial Extensions initializationSebastian Huber1-0/+2
2015-11-25Require __getreent()Sebastian Huber1-10/+0
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill1-11/+4
2015-03-05score: Add and use _Thread_Do_dispatch()Sebastian Huber1-30/+34
2015-02-17score: Fix FP context restore via _Thread_HandlerSebastian Huber1-36/+2
2014-05-07score: Implement forced thread migrationSebastian Huber1-32/+14
2014-04-22score: Use common names for per-CPU variablesSebastian Huber1-24/+24
2014-04-16score: Critical fix for SMPSebastian Huber1-1/+12
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber1-1/+2
2014-03-31score: Delete post-switch API extensionsSebastian Huber1-1/+0
2014-03-31score: Add thread actionsSebastian Huber1-0/+33
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-14score: Add per-CPU profilingSebastian Huber1-0/+2
2013-12-02score: Minor _Thread_Dispatch() optimizationSebastian Huber1-2/+1
2013-08-30smp: Add and use _Assert_Owner_of_giant()Sebastian Huber1-2/+2
2013-08-09score: Per-CPU thread dispatch disable levelSebastian Huber1-57/+50
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber1-1/+1
2013-08-01score: Add and use _Thread_Update_cpu_time_used()Sebastian Huber1-11/+4
2013-07-30smp: Delete _SMP_Request_other_cores_to_dispatch()Sebastian Huber1-5/+0
2013-07-30score: Critical section change in _Thread_DispatchSebastian Huber1-2/+2
2013-07-26score: Create thread implementation headerSebastian Huber1-17/+3
2013-07-24score: Merge sysstate API into one fileSebastian Huber1-1/+0
2013-07-17score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber1-0/+2
2013-06-14scheduler: New simple SMP scheduler implementationSebastian Huber1-1/+4
2013-06-07score: Move thread dispatch content to new fileSebastian Huber1-0/+1
2012-12-05score: Add API extensions post switch listSebastian Huber1-2/+2
2012-11-28Score misc: Clean up Doxygen #4 (GCI 2012)Alexandre Devienne1-16/+7
2012-11-22score: Inline _API_extensions_Run_postswitch()Sebastian Huber1-1/+1
2012-11-22score: Add and use <rtems/score/userextimpl.h>Sebastian Huber1-1/+1
2012-10-07score: Critical fix for thread dispatchingSebastian Huber1-4/+43
2012-10-02threaddispatch.c: Fix typoJoel Sherrill1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-08-222011-08-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-1/+2
2011-05-262011-05-26 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-3/+20