summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-10 06:47:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-12 13:24:40 +0200
commit105b4e6fa5005ce41c363711dec49851d4aef66f (patch)
tree23ded5915c1438a5a5c6285ab2db16d1abe480d5 /cpukit/score/include/rtems/score/thread.h
parentscore: Introduce thread state lock (diff)
downloadrtems-105b4e6fa5005ce41c363711dec49851d4aef66f.tar.bz2
rtems: Use thread state lock for signals
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/thread.h1
1 files changed, 1 insertions, 0 deletions
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().