summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadinitialize.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Rework thread priority managementSebastian Huber2016-09-211-2/+5
* score: Remove superfluous SMP debug supportSebastian Huber2016-09-071-2/+0
* score: Add debug support to red-black treesSebastian Huber2016-08-081-0/+1
* score: Fix and simplify thread wait locksSebastian Huber2016-08-031-1/+1
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-6/+4
* score: Change scheduler node init and destroySebastian Huber2016-07-011-3/+6
* score: Fix thread lock on SMP configurationsSebastian Huber2016-06-301-1/+5
* score: Add thread priority to scheduler nodesSebastian Huber2016-06-221-3/+1
* score: Simplify _Thread_Life_action_handler()Sebastian Huber2016-05-201-2/+0
* score: Introduce thread state lockSebastian Huber2016-05-121-0/+2
* score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber2016-05-021-5/+0
* score: Fix multiprocessing thread proxiesSebastian Huber2016-03-291-3/+1
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-181-4/+3
* score: Replace watchdog handler implementationSebastian Huber2016-03-041-0/+4
* score: Initialize thread control to zeroSebastian Huber2015-12-151-44/+9
* score: Untangle thread actionsSebastian Huber2015-12-111-4/+1
* score: Implement SMP-specific priority queueSebastian Huber2015-09-041-2/+2
* score: Use a plain ticket lock for thread locksSebastian Huber2015-07-301-1/+2
* score: Add potpourri lock statisticsSebastian Huber2015-07-301-0/+1
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-231-2/+22
* Remove use ticks for statistics configure option.Joel Sherrill2015-06-151-5/+1
* score: Add _Watchdog_Preinitialize()Sebastian Huber2015-06-131-1/+1
* score: Add Thread_Control::is_fpSebastian Huber2015-06-091-0/+1
* score: Rework _Thread_Change_priority()Sebastian Huber2015-05-191-1/+2
* score: Add Thread_queue_OperationsSebastian Huber2015-05-191-11/+2
* score: Add thread lockSebastian Huber2015-03-241-0/+3
* score: Add thread priority change handlerSebastian Huber2015-03-241-1/+11
* score: Fix _Thread_Change_priority()Sebastian Huber2015-03-201-0/+1
* score: Add thread wait flagsSebastian Huber2015-03-051-0/+2
* score: Add capture data to tcb.Jennifer Averett2014-10-271-0/+3
* score: Implement scheduler helping protocolSebastian Huber2014-07-091-0/+3
* score: Collect scheduler related fields in TCBSebastian Huber2014-06-231-3/+2
* score: Replace _Scheduler_Allocate/Free()Sebastian Huber2014-06-041-7/+5
* score: Add resource node to thread control blockSebastian Huber2014-06-031-0/+2
* score: Introduce scheduler nodesSebastian Huber2014-05-141-2/+0
* score: Fix CPU context usage on SMPSebastian Huber2014-05-081-0/+1
* score: Implement forced thread migrationSebastian Huber2014-05-071-2/+4
* score: Fix TLS size usageSebastian Huber2014-05-051-6/+1
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-151-2/+2
* score: Simplify thread control initializationSebastian Huber2014-04-151-41/+24
* score: Delete _Thread_Ticks_per_timesliceSebastian Huber2014-04-071-1/+2
* score: Delete _Thread_Maximum_extensionsSebastian Huber2014-04-071-7/+6
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-041-1/+1
* score: Remove affinity element from thread.Jennifer Averett2014-04-031-4/+0
* score: Thread life cycle re-implementationSebastian Huber2014-03-311-0/+2
* score: Use thread action for thread restartSebastian Huber2014-03-311-0/+5
* score: Add thread actionsSebastian Huber2014-03-311-0/+2
* score: Add and use thread get/set CPU functionsSebastian Huber2014-03-311-3/+3
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-0/+6