summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-25Remove make preinstallChris Johns1-935/+0
2017-11-09posix: Change created_with_explicit_schedulerSebastian Huber1-0/+6
2017-09-27score: Rename to _Scheduler_ControlSebastian Huber1-2/+2
2017-07-07score: Move processor affinity to Thread_ControlSebastian Huber1-1/+6
2017-06-14score: Remove rtems_ada_selfSebastian Huber1-4/+0
2017-01-31score: Fix _Thread_Initialize()Sebastian Huber1-0/+3
2017-01-13score: Add _Thread_Set_name()Sebastian Huber1-0/+8
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber1-1/+1
2016-11-09score: Add and use Thread_Control::is_idleSebastian Huber1-0/+2
2016-11-03score: Conditionally enable thread resource countSebastian Huber1-0/+8
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber1-11/+2
2016-11-02score: Delete Thread_Scheduler_control::own_nodeSebastian Huber1-8/+0
2016-11-02score: Delete Thread_Scheduler_control::nodeSebastian Huber1-11/+6
2016-11-02score: Delete _Scheduler_Ask_for_help_if_necessarySebastian Huber1-8/+0
2016-11-02score: Add new SMP scheduler helping protocolSebastian Huber1-0/+15
2016-11-02score: Add scheduler node requestsSebastian Huber1-0/+15
2016-11-02score: Add thread scheduler lockSebastian Huber1-0/+5
2016-11-02rtems: Add rtems_task_iterate()Sebastian Huber1-8/+2
2016-09-21score: Manage scheduler nodes via thread queuesSebastian Huber1-0/+8
2016-09-21score: Add scheduler node table for each threadSebastian Huber1-2/+7
2016-09-21score: Rework thread priority managementSebastian Huber1-48/+5
2016-09-08score: Move thread wait node to scheduler nodeSebastian Huber1-102/+99
2016-09-08score: Move scheduler node to own header fileSebastian Huber1-4/+3
2016-09-07score: Remove superfluous SMP debug supportSebastian Huber1-8/+0
2016-08-03score: Fix and simplify thread wait locksSebastian Huber1-0/+11
2016-07-27score: Add deadlock detectionSebastian Huber1-0/+6
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-80/+45
2016-06-30score: Fix thread lock on SMP configurationsSebastian Huber1-2/+14
2016-06-22score: Add thread priority to scheduler nodesSebastian Huber1-16/+0
2016-06-22posix: Rework sporadic server scheduling policySebastian Huber1-1/+1
2016-06-22posix: Delete POSIX_API_Control::schedparamSebastian Huber1-1/+0
2016-06-22posix: Delete POSIX_API_Control::schedpolicySebastian Huber1-1/+0
2016-06-02score: Maybe fix _Thread_Lock_acquire()Sebastian Huber1-5/+0
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-5/+0
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-6/+0
2016-05-20posix: Rework thread cancellationSebastian Huber1-0/+1
2016-05-20posix: Rework pthread_join()Sebastian Huber1-1/+14
2016-05-20score: Simplify _Thread_Life_action_handler()Sebastian Huber1-1/+0
2016-05-20score: Rework _Thread_Restart_other()Sebastian Huber1-0/+5
2016-05-20score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber1-9/+0
2016-05-20score: Delete redundant thread life enumsSebastian Huber1-5/+4
2016-05-12posix: Avoid Giant lock for some pthread functionsSebastian Huber1-0/+5
2016-05-12score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber1-0/+1
2016-05-12score: Use thread state lock for current stateSebastian Huber1-2/+5
2016-05-12rtems: Use thread state lock for signalsSebastian Huber1-0/+1
2016-05-12score: Introduce thread state lockSebastian Huber1-20/+34
2016-05-04rtems: Remove task variablesSebastian Huber1-34/+0
2016-05-02score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber1-6/+0
2016-04-18score: Use chain iterator for user extensionsSebastian Huber1-0/+7
2016-04-06score: Use red-black tree for active MP proxiesSebastian Huber1-2/+4