summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-14score: Add _Per_CPU_Get_snapshot()Sebastian Huber1-3/+12
2014-04-09score: Fix workspace size estimate for TLSSebastian Huber1-0/+5
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber1-5/+0
2014-04-07score: Delete _Thread_Maximum_extensionsSebastian Huber1-7/+0
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill1-0/+4
2014-04-04schedulerpriorityaffinitysmp.h: Fix compilation error introduced by recent ch...Joel Sherrill1-2/+6
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber13-166/+335
2014-04-04score: Add and use Scheduler_simple_ControlSebastian Huber2-3/+17
2014-04-04score: Add and use Scheduler_EDF_ControlSebastian Huber2-8/+17
2014-04-04score: Delete superfluous fieldSebastian Huber1-5/+0
2014-04-04score: Include missing header fileSebastian Huber1-5/+8
2014-04-04score: Move declaration to end of fileSebastian Huber1-7/+6
2014-04-03score: Remove affinity element from thread.Jennifer Averett1-10/+0
2014-04-03score: Add priority affinity smp scheduler.Jennifer Averett1-0/+144
2014-04-03score: score: Add get/set affinity to Scheduler Framework.Jennifer Averett6-5/+111
2014-04-03score: Move priority bit map to scheduler instanceSebastian Huber8-104/+159
2014-04-03score: Rename Priority_bit_map_ControlSebastian Huber2-27/+27
2014-04-03score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber1-1/+2
2014-04-01score: PR2172: _Thread_queue_Extract()Sebastian Huber1-9/+14
2014-03-31score: _Thread_queue_Extract_with_proxy()Sebastian Huber1-1/+1
2014-03-31score: Delete CORE_mutex_Control::lockSebastian Huber2-18/+5
2014-03-31score: Delete CORE_mutex_Control::holder_idSebastian Huber2-3/+0
2014-03-31score: Delete CORE_mutex_Control::blocked_countSebastian Huber1-2/+0
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber2-15/+139
2014-03-31score: Use thread life protection for API mutexesSebastian Huber1-22/+20
2014-03-31score: Thread life cycle re-implementationSebastian Huber5-61/+195
2014-03-31score: Add parameter to _Thread_Restart()Sebastian Huber1-9/+1
2014-03-31score: Fix thread restart extensions contextSebastian Huber1-4/+5
2014-03-31score: Move _Thread_Reset() and make staticSebastian Huber1-17/+0
2014-03-31score: Use thread action for thread restartSebastian Huber3-21/+38
2014-03-31score: Delete post-switch API extensionsSebastian Huber1-64/+0
2014-03-31score: Add thread actionsSebastian Huber2-0/+126
2014-03-31score: Add and use thread get/set CPU functionsSebastian Huber2-4/+30
2014-03-31score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber1-0/+33
2014-03-31score: Add _Scheduler_Highest_priority_of_two()Sebastian Huber1-7/+29
2014-03-31score: Add per-CPU state functionSebastian Huber2-1/+41
2014-03-25score: PR2174: Add workaroundSebastian Huber1-0/+6
2014-03-25score: Delete _Watchdog_Report()Sebastian Huber1-39/+0
2014-03-24score: _Heap_Protection_set_delayed_free_fractionSebastian Huber2-0/+24
2014-03-24score: Delete _Thread_Internal_free()Sebastian Huber1-11/+0
2014-03-24score: Delete unused STATES_ALL_SETSebastian Huber1-2/+0
2014-03-24score: Set name before object is made publicSebastian Huber1-10/+10
2014-03-21score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer1-0/+48
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns84-84/+84
2014-03-19score: Add _Assert_Not_reached()Sebastian Huber1-0/+5
2014-03-19score: Add _Debug_Is_owner_of_allocator()Sebastian Huber1-0/+8
2014-03-19score: Delete _Assert_Owner_of_giant()Sebastian Huber2-8/+10
2014-03-19score: Delete _Assert_Thread_dispatching_repressedSebastian Huber1-5/+3
2014-03-19posix: Use interal mutex for once implementationSebastian Huber1-0/+12
2014-03-18score: Make _ISR_Enable_without_giant() availableSebastian Huber1-4/+0