From e135271b933c896068a343b161773ce3b685be43 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 11 May 2016 10:58:59 +0200 Subject: score: Avoid Giant lock _Scheduler_Set_affinity() Update #2555. --- cpukit/score/include/rtems/score/thread.h | 1 + 1 file changed, 1 insertion(+) (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 15b068d92b..18e0f5429b 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -718,6 +718,7 @@ struct _Thread_Control { * The lock of this thread queue is used for various purposes. It protects * the following fields * + * - POSIX_API_Control::Attributes, * - RTEMS_API_Control::Signal, * - Thread_Control::current_state, * - Thread_Control::Post_switch_actions, -- cgit v1.2.3