summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadinitialize.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Add cpuset support to Score.Jennifer Averett2014-03-071-1/+6
* score: Fix thread TLS area initializationSebastian Huber2014-02-241-8/+13
* Add thread-local storage (TLS) supportSebastian Huber2014-02-041-0/+18
* smp: Optimize Simple SMP schedulerSebastian Huber2013-08-201-0/+1
* smp: Delete _SMP_Request_other_cores_to_dispatch()Sebastian Huber2013-07-301-1/+3
* score: Create threadq implementation headerSebastian Huber2013-07-261-1/+0
* score: Create thread implementation headerSebastian Huber2013-07-261-4/+2
* score: Create scheduler implementation headerSebastian Huber2013-07-261-8/+2