summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threaddispatch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-23score: Rework ask for help requestsSebastian Huber1-1/+1
2021-11-15score: Introduce CPU budget operationsSebastian Huber1-3/+8
2021-09-03score: Move _Thread_Dispatch()Sebastian Huber1-20/+1
2021-05-02score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber1-0/+3
2021-04-20Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber1-1/+0
2021-02-20score: Change thread action lockingSebastian Huber1-3/+0
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-2/+5
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber1-1/+2
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2020-02-28score: Fix context switch extensions (SMP)Sebastian Huber1-0/+5
2020-02-25score: Add _SMP_Need_inter_processor_interrupts()Sebastian Huber1-1/+1
2019-04-12score: Use an ISR lock for Per_CPU_Control::LockSebastian Huber1-7/+10
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2019-01-09Adjust interrupt mode tests for some CPU portsSebastian Huber1-1/+1
2018-09-10score: Add thread pin/unpin supportSebastian Huber1-3/+85
2018-08-23score: Do not inline _Thread_Dispatch_enable()Sebastian Huber1-0/+27
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