summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove make preinstallChris Johns2018-01-251-935/+0
* posix: Change created_with_explicit_schedulerSebastian Huber2017-11-091-0/+6
* score: Rename to _Scheduler_ControlSebastian Huber2017-09-271-2/+2
* score: Move processor affinity to Thread_ControlSebastian Huber2017-07-071-1/+6
* score: Remove rtems_ada_selfSebastian Huber2017-06-141-4/+0
* score: Fix _Thread_Initialize()Sebastian Huber2017-01-311-0/+3
* score: Add _Thread_Set_name()Sebastian Huber2017-01-131-0/+8
* score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber2016-11-231-1/+1
* score: Add and use Thread_Control::is_idleSebastian Huber2016-11-091-0/+2
* score: Conditionally enable thread resource countSebastian Huber2016-11-031-0/+8
* score: Introduce Thread_Scheduler_control::homeSebastian Huber2016-11-021-11/+2
* score: Delete Thread_Scheduler_control::own_nodeSebastian Huber2016-11-021-8/+0
* score: Delete Thread_Scheduler_control::nodeSebastian Huber2016-11-021-11/+6
* score: Delete _Scheduler_Ask_for_help_if_necessarySebastian Huber2016-11-021-8/+0
* score: Add new SMP scheduler helping protocolSebastian Huber2016-11-021-0/+15
* score: Add scheduler node requestsSebastian Huber2016-11-021-0/+15
* score: Add thread scheduler lockSebastian Huber2016-11-021-0/+5
* rtems: Add rtems_task_iterate()Sebastian Huber2016-11-021-8/+2
* score: Manage scheduler nodes via thread queuesSebastian Huber2016-09-211-0/+8
* score: Add scheduler node table for each threadSebastian Huber2016-09-211-2/+7
* score: Rework thread priority managementSebastian Huber2016-09-211-48/+5
* score: Move thread wait node to scheduler nodeSebastian Huber2016-09-081-102/+99
* score: Move scheduler node to own header fileSebastian Huber2016-09-081-4/+3
* score: Remove superfluous SMP debug supportSebastian Huber2016-09-071-8/+0
* score: Fix and simplify thread wait locksSebastian Huber2016-08-031-0/+11
* score: Add deadlock detectionSebastian Huber2016-07-271-0/+6
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-80/+45
* score: Fix thread lock on SMP configurationsSebastian Huber2016-06-301-2/+14
* score: Add thread priority to scheduler nodesSebastian Huber2016-06-221-16/+0
* posix: Rework sporadic server scheduling policySebastian Huber2016-06-221-1/+1
* posix: Delete POSIX_API_Control::schedparamSebastian Huber2016-06-221-1/+0
* posix: Delete POSIX_API_Control::schedpolicySebastian Huber2016-06-221-1/+0
* score: Maybe fix _Thread_Lock_acquire()Sebastian Huber2016-06-021-5/+0
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-5/+0
* score: Get rid of mp_id parameterSebastian Huber2016-05-251-6/+0
* posix: Rework thread cancellationSebastian Huber2016-05-201-0/+1
* posix: Rework pthread_join()Sebastian Huber2016-05-201-1/+14
* score: Simplify _Thread_Life_action_handler()Sebastian Huber2016-05-201-1/+0
* score: Rework _Thread_Restart_other()Sebastian Huber2016-05-201-0/+5
* score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber2016-05-201-9/+0
* score: Delete redundant thread life enumsSebastian Huber2016-05-201-5/+4
* posix: Avoid Giant lock for some pthread functionsSebastian Huber2016-05-121-0/+5
* score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber2016-05-121-0/+1
* score: Use thread state lock for current stateSebastian Huber2016-05-121-2/+5
* rtems: Use thread state lock for signalsSebastian Huber2016-05-121-0/+1
* score: Introduce thread state lockSebastian Huber2016-05-121-20/+34
* rtems: Remove task variablesSebastian Huber2016-05-041-34/+0
* score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber2016-05-021-6/+0
* score: Use chain iterator for user extensionsSebastian Huber2016-04-181-0/+7
* score: Use red-black tree for active MP proxiesSebastian Huber2016-04-061-2/+4