summaryrefslogtreecommitdiff
path: root/cpukit/score/include/rtems/score/thread.h (follow)
AgeCommit message (Expand)Author
2015-06-25score: Simplify <rtems/score/thread.h>Sebastian Huber
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill
2015-06-09score: Add Thread_Control::is_fpSebastian Huber
2015-05-19score: Rework _Thread_Change_priority()Sebastian Huber
2015-05-19score: More thread queue operationsSebastian Huber
2015-05-19score: Add Thread_queue_OperationsSebastian Huber
2015-05-19score: Generalize _Event_Timeout()Sebastian Huber
2015-05-19score: Reduce thread wait statesSebastian Huber
2015-05-06score: Fix Thread_Control and Thread_Proxy_controlSebastian Huber
2015-04-21score: Delete object control block ISR lockSebastian Huber
2015-03-24score: Add thread lockSebastian Huber
2015-03-24score: Add thread priority change handlerSebastian Huber
2015-03-20score: Fix _Thread_Change_priority()Sebastian Huber
2015-03-16cpukit: add and use CPU_Uint32ptr typeGedare Bloom
2015-03-05score: Add thread wait flagsSebastian Huber
2014-10-27score: Add capture data to tcb.Jennifer Averett
2014-09-23score: Delete Thread_Wait_information::Block2nSebastian Huber
2014-07-15Thread Queue Priority Discipline Reimplemented with RBTreeJoel Sherrill
2014-07-09score: Implement scheduler helping protocolSebastian Huber
2014-06-23score: Collect scheduler related fields in TCBSebastian Huber
2014-06-03score: Add resource node to thread control blockSebastian Huber
2014-05-28rtems/score/thread*.h: Really correct spelling errorJoel Sherrill
2014-05-28rtems/score/thread*.h: TERMINTING to TERMINATINGJoel Sherrill
2014-05-14score: Introduce scheduler nodesSebastian Huber
2014-05-07score: Implement forced thread migrationSebastian Huber
2014-04-16score: DocumentationSebastian Huber
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber
2014-04-15score: Simplify thread control initializationSebastian Huber
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill
2014-04-03score: Remove affinity element from thread.Jennifer Averett
2014-03-31score: Thread life cycle re-implementationSebastian Huber
2014-03-31score: Use thread action for thread restartSebastian Huber
2014-03-31score: Add thread actionsSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett
2014-03-07score: Add cpuset support to Score.Jennifer Averett
2014-02-04Add thread-local storage (TLS) supportSebastian Huber
2013-08-30smp: Add and use _Assert_Owner_of_giant()Sebastian Huber
2013-08-20smp: Optimize Simple SMP schedulerSebastian Huber
2013-07-26score: Create threadq implementation headerSebastian Huber
2013-07-26score: Create thread implementation headerSebastian Huber
2013-07-23score: PR1782: CPU_USE_DEFERRED_FP_SWITCHSebastian Huber
2013-07-17score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber
2013-07-17score: Add _Thread_Get_executing()Sebastian Huber
2013-06-14documentation: Fix Doxygen commentsSebastian Huber
2013-06-14scheduler: New simple SMP scheduler implementationSebastian Huber
2013-06-14scheduler: Add start idle thread operationSebastian Huber
2013-06-07score: Move thread dispatch content to new fileSebastian Huber
2013-05-31smp: New SMP lock APISebastian Huber