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