summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadinitialize.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Introduce _SMP_Get_online_processors()Sebastian Huber2017-07-071-1/+4
* score: Move processor affinity to Thread_ControlSebastian Huber2017-07-071-0/+1
* score: Fix warningSebastian Huber2017-02-151-0/+2
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-311-2/+1
* score: Fix _Thread_Initialize()Sebastian Huber2017-01-311-2/+2
* score: Delete _CPU_Context_Fp_start()Sebastian Huber2017-01-261-1/+0
* score: Restrict task interrupt level to 0 on SMPSebastian Huber2016-11-181-2/+8
* rtems: Add scheduler processor add/removeSebastian Huber2016-11-101-1/+8
* score: Introduce Thread_Scheduler_control::homeSebastian Huber2016-11-021-2/+1
* score: Delete Thread_Scheduler_control::own_nodeSebastian Huber2016-11-021-2/+1
* score: Delete Thread_Scheduler_control::nodeSebastian Huber2016-11-021-1/+0
* score: Delete _Scheduler_Ask_for_help_if_necessarySebastian Huber2016-11-021-2/+0
* score: Add scheduler node requestsSebastian Huber2016-11-021-0/+4
* score: Add thread scheduler lockSebastian Huber2016-11-021-0/+1
* score: Simplify ISR lock nameSebastian Huber2016-09-271-4/+1
* score: Manage scheduler nodes via thread queuesSebastian Huber2016-09-211-0/+5
* score: Add scheduler node table for each threadSebastian Huber2016-09-211-11/+60
* 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