summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadinitialize.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-02score: Add thread scheduler lockSebastian Huber1-0/+1
2016-09-27score: Simplify ISR lock nameSebastian Huber1-4/+1
2016-09-21score: Manage scheduler nodes via thread queuesSebastian Huber1-0/+5
2016-09-21score: Add scheduler node table for each threadSebastian Huber1-11/+60
2016-09-21score: Rework thread priority managementSebastian Huber1-2/+5
2016-09-07score: Remove superfluous SMP debug supportSebastian Huber1-2/+0
2016-08-08score: Add debug support to red-black treesSebastian Huber1-0/+1
2016-08-03score: Fix and simplify thread wait locksSebastian Huber1-1/+1
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-6/+4
2016-07-01score: Change scheduler node init and destroySebastian Huber1-3/+6
2016-06-30score: Fix thread lock on SMP configurationsSebastian Huber1-1/+5
2016-06-22score: Add thread priority to scheduler nodesSebastian Huber1-3/+1
2016-05-20score: Simplify _Thread_Life_action_handler()Sebastian Huber1-2/+0
2016-05-12score: Introduce thread state lockSebastian Huber1-0/+2
2016-05-02score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber1-5/+0
2016-03-29score: Fix multiprocessing thread proxiesSebastian Huber1-3/+1
2016-03-18posix: Use per-thread lookup tree for POSIX KeysSebastian Huber1-4/+3
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-0/+4
2015-12-15score: Initialize thread control to zeroSebastian Huber1-44/+9
2015-12-11score: Untangle thread actionsSebastian Huber1-4/+1
2015-09-04score: Implement SMP-specific priority queueSebastian Huber1-2/+2
2015-07-30score: Use a plain ticket lock for thread locksSebastian Huber1-1/+2
2015-07-30score: Add potpourri lock statisticsSebastian Huber1-0/+1
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber1-2/+22
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill1-5/+1
2015-06-13score: Add _Watchdog_Preinitialize()Sebastian Huber1-1/+1
2015-06-09score: Add Thread_Control::is_fpSebastian Huber1-0/+1
2015-05-19score: Rework _Thread_Change_priority()Sebastian Huber1-1/+2
2015-05-19score: Add Thread_queue_OperationsSebastian Huber1-11/+2
2015-03-24score: Add thread lockSebastian Huber1-0/+3
2015-03-24score: Add thread priority change handlerSebastian Huber1-1/+11
2015-03-20score: Fix _Thread_Change_priority()Sebastian Huber1-0/+1
2015-03-05score: Add thread wait flagsSebastian Huber1-0/+2
2014-10-27score: Add capture data to tcb.Jennifer Averett1-0/+3
2014-07-09score: Implement scheduler helping protocolSebastian Huber1-0/+3
2014-06-23score: Collect scheduler related fields in TCBSebastian Huber1-3/+2
2014-06-04score: Replace _Scheduler_Allocate/Free()Sebastian Huber1-7/+5
2014-06-03score: Add resource node to thread control blockSebastian Huber1-0/+2
2014-05-14score: Introduce scheduler nodesSebastian Huber1-2/+0
2014-05-08score: Fix CPU context usage on SMPSebastian Huber1-0/+1
2014-05-07score: Implement forced thread migrationSebastian Huber1-2/+4
2014-05-05score: Fix TLS size usageSebastian Huber1-6/+1
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber1-2/+2
2014-04-15score: Simplify thread control initializationSebastian Huber1-41/+24
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber1-1/+2
2014-04-07score: Delete _Thread_Maximum_extensionsSebastian Huber1-7/+6
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber1-1/+1
2014-04-03score: Remove affinity element from thread.Jennifer Averett1-4/+0
2014-03-31score: Thread life cycle re-implementationSebastian Huber1-0/+2
2014-03-31score: Use thread action for thread restartSebastian Huber1-0/+5