From 266d3835d883f908c0e4cbf547359d683f72dcc4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 8 Sep 2016 14:07:12 +0200 Subject: score: Manage scheduler nodes via thread queues Update #2556. --- cpukit/score/include/rtems/score/thread.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 17aeacde29..a86d81b4e2 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -287,6 +287,14 @@ typedef struct { * @brief The processor assigned by the current scheduler. */ struct Per_CPU_Control *cpu; + + /** + * @brief Scheduler nodes immediately available to the thread by its home + * scheduler instance and due to thread queue ownerships. + * + * This chain is protected by the thread wait lock. + */ + Chain_Control Wait_nodes; #endif /** -- cgit v1.2.3