From 105b4e6fa5005ce41c363711dec49851d4aef66f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 10 May 2016 06:47:19 +0200 Subject: rtems: Use thread state lock for signals --- 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 d4ca5056ce..d2a6d4b5bd 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 * + * - RTEMS_API_Control::Signal, and * - Thread_Control::Post_switch_actions. * * @see _Thread_State_acquire(). -- cgit v1.2.3