summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Delete _Thread_Maximum_extensionsSebastian Huber2014-04-071-7/+0
* Disable per task variables when SMP is enabledJoel Sherrill2014-04-041-0/+4
* schedulerpriorityaffinitysmp.h: Fix compilation error introduced by recent ch...Joel Sherrill2014-04-041-2/+6
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-0413-166/+335
* score: Add and use Scheduler_simple_ControlSebastian Huber2014-04-042-3/+17
* score: Add and use Scheduler_EDF_ControlSebastian Huber2014-04-042-8/+17
* score: Delete superfluous fieldSebastian Huber2014-04-041-5/+0
* score: Include missing header fileSebastian Huber2014-04-041-5/+8
* score: Move declaration to end of fileSebastian Huber2014-04-041-7/+6
* score: Remove affinity element from thread.Jennifer Averett2014-04-031-10/+0
* score: Add priority affinity smp scheduler.Jennifer Averett2014-04-031-0/+144
* score: score: Add get/set affinity to Scheduler Framework.Jennifer Averett2014-04-036-5/+111
* score: Move priority bit map to scheduler instanceSebastian Huber2014-04-038-104/+159
* score: Rename Priority_bit_map_ControlSebastian Huber2014-04-032-27/+27
* score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber2014-04-031-1/+2
* score: PR2172: _Thread_queue_Extract()Sebastian Huber2014-04-011-9/+14
* score: _Thread_queue_Extract_with_proxy()Sebastian Huber2014-03-311-1/+1
* score: Delete CORE_mutex_Control::lockSebastian Huber2014-03-312-18/+5
* score: Delete CORE_mutex_Control::holder_idSebastian Huber2014-03-312-3/+0
* score: Delete CORE_mutex_Control::blocked_countSebastian Huber2014-03-311-2/+0
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-312-15/+139
* score: Use thread life protection for API mutexesSebastian Huber2014-03-311-22/+20
* score: Thread life cycle re-implementationSebastian Huber2014-03-315-61/+195
* score: Add parameter to _Thread_Restart()Sebastian Huber2014-03-311-9/+1
* score: Fix thread restart extensions contextSebastian Huber2014-03-311-4/+5
* score: Move _Thread_Reset() and make staticSebastian Huber2014-03-311-17/+0
* score: Use thread action for thread restartSebastian Huber2014-03-313-21/+38
* score: Delete post-switch API extensionsSebastian Huber2014-03-311-64/+0
* score: Add thread actionsSebastian Huber2014-03-312-0/+126
* score: Add and use thread get/set CPU functionsSebastian Huber2014-03-312-4/+30
* score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber2014-03-311-0/+33
* score: Add _Scheduler_Highest_priority_of_two()Sebastian Huber2014-03-311-7/+29
* score: Add per-CPU state functionSebastian Huber2014-03-312-1/+41
* score: PR2174: Add workaroundSebastian Huber2014-03-251-0/+6
* score: Delete _Watchdog_Report()Sebastian Huber2014-03-251-39/+0
* score: _Heap_Protection_set_delayed_free_fractionSebastian Huber2014-03-242-0/+24
* score: Delete _Thread_Internal_free()Sebastian Huber2014-03-241-11/+0
* score: Delete unused STATES_ALL_SETSebastian Huber2014-03-241-2/+0
* score: Set name before object is made publicSebastian Huber2014-03-241-10/+10
* score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer2014-03-211-0/+48
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2187-87/+87
* score: Add _Assert_Not_reached()Sebastian Huber2014-03-191-0/+5
* score: Add _Debug_Is_owner_of_allocator()Sebastian Huber2014-03-191-0/+8
* score: Delete _Assert_Owner_of_giant()Sebastian Huber2014-03-192-8/+10
* score: Delete _Assert_Thread_dispatching_repressedSebastian Huber2014-03-191-5/+3
* posix: Use interal mutex for once implementationSebastian Huber2014-03-191-0/+12
* score: Make _ISR_Enable_without_giant() availableSebastian Huber2014-03-181-4/+0
* score: Use only next field for chain on/offSebastian Huber2014-03-171-6/+6
* score: Add include for uintptr_t definition.Daniel Cederman2014-03-171-0/+1
* score: Add SMP lock profiling supportSebastian Huber2014-03-143-25/+421