summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/threaddispatch.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-07score: Fix maybe uninitialized warningZhongjie Zhu1-3/+4
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber1-8/+8
2022-02-28cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill1-3/+22
2021-05-02score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber1-0/+11
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-1/+2
2019-05-13doxygen: score: adjust doc in threaddispatch.h to doxygen guidelinesAndreas Dachsberger1-10/+14
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2018-08-23score: Do not inline _Thread_Dispatch_enable()Sebastian Huber1-27/+2
2018-08-20score: Fix ISR enable in _Thread_Dispatch_enable()Sebastian Huber1-2/+1
2018-01-25Remove make preinstallChris Johns1-0/+0
2016-12-12score: Prevent thread_dispatch_disable_level < 0.Christian Mauderer1-0/+2
2016-11-23score: Robust thread dispatchSebastian Huber1-1/+18
2016-11-18score: Add and use _Thread_Dispatch_direct()Sebastian Huber1-0/+14
2016-11-18score: Remove obsolete definesSebastian Huber1-11/+0
2016-06-29score: Fix SMP message handlingSebastian Huber1-0/+24
2016-05-20score: Remove the Giant lockSebastian Huber1-175/+0
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber1-4/+4
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber1-4/+4
2016-05-20score: _Thread_Dispatch_increment_disable_level()Sebastian Huber1-0/+12
2016-05-20score: Add _Thread_Dispatch_disable_with_CPU()Sebastian Huber1-5/+23
2015-05-19score: _Thread_Dispatch_disable_critical()Sebastian Huber1-9/+17
2015-04-21score: Modify _Thread_Dispatch_disable_critical()Sebastian Huber1-7/+9
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill1-1/+1
2015-03-05score: Thread dispatch dis/enable without GiantSebastian Huber1-22/+82
2015-03-05score: Add and use _Thread_Do_dispatch()Sebastian Huber1-16/+55
2015-03-04score: Add and use _Thread_Enable_dispatch_body()Sebastian Huber1-2/+7
2015-03-04score: Inline _Thread_Disable_dispatch() for SMPSebastian Huber1-2/+1
2015-03-04score: Add parameter to Giant acquire/releaseSebastian Huber1-5/+13
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-14score: Add per-CPU profilingSebastian Huber1-8/+29
2014-03-11score: Add local context to SMP lock APISebastian Huber1-4/+3
2014-03-06score: Delete _Thread_Dispatch_set_disable_level()Sebastian Huber1-20/+0
2014-03-06score: Add and use _Giant_Drop()Sebastian Huber1-0/+12
2013-08-30smp: Add and use _Assert_Owner_of_giant()Sebastian Huber1-2/+2
2013-08-09score: Per-CPU thread dispatch disable levelSebastian Huber1-47/+48
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber1-2/+2
2013-06-14score: Add and use _Thread_Dispatch_is_enabled()Sebastian Huber1-32/+13
2013-06-12score: Add missing includeSebastian Huber1-0/+1
2013-06-07score: Move thread dispatch content to new fileSebastian Huber1-0/+264