summaryrefslogtreecommitdiff
path: root/cpukit/score/src/threaddispatch.c (follow)
AgeCommit message (Expand)Author
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2020-02-28score: Fix context switch extensions (SMP)Sebastian Huber
2020-02-25score: Add _SMP_Need_inter_processor_interrupts()Sebastian Huber
2019-04-12score: Use an ISR lock for Per_CPU_Control::LockSebastian Huber
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber
2019-01-09Adjust interrupt mode tests for some CPU portsSebastian Huber
2018-09-10score: Add thread pin/unpin supportSebastian Huber
2018-08-23score: Do not inline _Thread_Dispatch_enable()Sebastian Huber
2017-07-04score: Add assert to _Thread_Dispatch()Sebastian Huber
2017-06-14score: Remove rtems_ada_selfSebastian Huber
2017-02-03score: Move _Thread_Scheduler_ask_for_help()Sebastian Huber
2016-12-12score: Introduce _Internal_error()Sebastian Huber
2016-12-09score: Remove fatal is internal indicatorSebastian Huber
2016-11-23score: Robust thread dispatchSebastian Huber
2016-11-18score: Allow interrupts during thread dispatchSebastian Huber
2016-11-18score: Add and use _Thread_Dispatch_direct()Sebastian Huber
2016-11-02score: Add new SMP scheduler helping protocolSebastian Huber
2016-09-07score: Remove superfluous SMP debug supportSebastian Huber
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber
2016-05-12score: Introduce thread state lockSebastian Huber
2016-03-17score: Fix CPU time used by executing threadsSebastian Huber
2016-02-17score: Avoid SCORE_EXTERNSebastian Huber
2016-02-03Delete unused API extensionsSebastian Huber
2016-02-03Optional Initial Extensions initializationSebastian Huber
2015-11-25Require __getreent()Sebastian Huber
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill
2015-03-05score: Add and use _Thread_Do_dispatch()Sebastian Huber
2015-02-17score: Fix FP context restore via _Thread_HandlerSebastian Huber
2014-05-07score: Implement forced thread migrationSebastian Huber
2014-04-22score: Use common names for per-CPU variablesSebastian Huber
2014-04-16score: Critical fix for SMPSebastian Huber
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber
2014-03-31score: Delete post-switch API extensionsSebastian Huber
2014-03-31score: Add thread actionsSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-14score: Add per-CPU profilingSebastian Huber
2013-12-02score: Minor _Thread_Dispatch() optimizationSebastian Huber
2013-08-30smp: Add and use _Assert_Owner_of_giant()Sebastian Huber
2013-08-09score: Per-CPU thread dispatch disable levelSebastian Huber
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber
2013-08-01score: Add and use _Thread_Update_cpu_time_used()Sebastian Huber
2013-07-30smp: Delete _SMP_Request_other_cores_to_dispatch()Sebastian Huber
2013-07-30score: Critical section change in _Thread_DispatchSebastian Huber
2013-07-26score: Create thread implementation headerSebastian Huber
2013-07-24score: Merge sysstate API into one fileSebastian Huber
2013-07-17score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber
2013-06-14scheduler: New simple SMP scheduler implementationSebastian Huber
2013-06-07score: Move thread dispatch content to new fileSebastian Huber