summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/thread.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-2/+2
2019-02-28Remove explicit file names from @fileSebastian Huber1-1/+1
2018-12-14score: Static Objects_Information initializationSebastian Huber1-5/+113
2018-11-12score: Move internal structures to objectdata.hSebastian Huber1-1/+1
2018-10-29posix: Provide threads by defaultSebastian Huber1-8/+2
2018-10-05score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber1-11/+0
2018-09-10score: Add thread pin/unpin supportSebastian Huber1-6/+37
2018-01-25Remove make preinstallChris Johns1-0/+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