summaryrefslogtreecommitdiff
path: root/cpukit/score/include (follow)
AgeCommit message (Expand)Author
2016-09-21score: Scheduler node awareness for thread queuesSebastian Huber
2016-09-21score: Manage scheduler nodes via thread queuesSebastian Huber
2016-09-21score: Add scheduler node table for each threadSebastian Huber
2016-09-21score: Rework thread priority managementSebastian Huber
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber
2016-09-08score: Add scheduler node implementation headerSebastian Huber
2016-09-08score: Move thread wait node to scheduler nodeSebastian Huber
2016-09-08score: Move scheduler node to own header fileSebastian Huber
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber
2016-09-08score: Fix for RTEMS_DEBUGSebastian Huber
2016-09-07score: Remove superfluous SMP debug supportSebastian Huber
2016-09-06score: Add _Chain_Initialize_one()Sebastian Huber
2016-09-06score: Improve red-black tree debug supportSebastian Huber
2016-09-06score: Add _RBTree_Initialize_one()Sebastian Huber
2016-09-06score: Add missing const qualifiersSebastian Huber
2016-08-18score: Fix undefined behaviourSebastian Huber
2016-08-12score: Improve _RBTree_Insert_inline()Sebastian Huber
2016-08-11score: Introduce thread queue surrender operationSebastian Huber
2016-08-11score: Add _Thread_queue_Surrender()Sebastian Huber
2016-08-08score: Add debug support to red-black treesSebastian Huber
2016-08-04score: Fix a release/cancel job race conditionSebastian Huber
2016-08-04score: Indroduce cancel job scheduler operationSebastian Huber
2016-08-03score: Fix and simplify thread wait locksSebastian Huber
2016-08-02linker set: Allow adding any variable into contentChristian Mauderer
2016-07-27score: Add deadlock detectionSebastian Huber
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber
2016-07-27score: Priority inherit thread queue operationsSebastian Huber
2016-07-27score: Split _Thread_Change_priority()Sebastian Huber
2016-07-26cpukit: refactor nanosleep and use 64-bit timeout for threadqGedare Bloom
2016-07-26score: FormatSebastian Huber
2016-07-26score: Add a STATES_DEBUGGER for use by debugging agents to a thread's state.Chris Johns
2016-07-25posix: cond_timedwait remember and use clock from condattrGedare Bloom
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom
2016-07-25score: Disable RTEMS_NO_RETURN for RTEMS_DEBUGSebastian Huber
2016-07-22score: Assert proper seqlock writer stateSebastian Huber
2016-07-22score: Add debug support to chainsSebastian Huber
2016-07-06score: Do not disable ISR in _Terminate()Sebastian Huber
2016-07-01score: Change scheduler node init and destroySebastian Huber
2016-07-01score: Fix MPCI message layoutSebastian Huber
2016-07-01rtems: Fix rtems_task_set_scheduler() APISebastian Huber
2016-07-01score: Next try to fix thread lock on SMPSebastian Huber
2016-06-30score: Strong APA scheduler processor allocationSebastian Huber
2016-06-30score: Avoid atomic fences for thread wait flagsSebastian Huber
2016-06-30score: Fix thread lock on SMP configurationsSebastian Huber
2016-06-29score: Fix SMP message handlingSebastian Huber
2016-06-24score: Change Priority_Control to 64-bitSebastian Huber
2016-06-24score: Silence integer conversion warningsSebastian Huber
2016-06-24score: Move SCHEDULER_EDF_PRIO_MSBSebastian Huber
2016-06-22score: Add thread priority to scheduler nodesSebastian Huber