From 2e06be4d4f3028e72cf1e6ee433dfddabc16cddc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 16 Apr 2014 09:10:52 +0200 Subject: score: Documentation --- cpukit/score/include/rtems/score/thread.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 5215d6a8ce..90df3a74dc 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -585,6 +585,11 @@ struct Thread_Control_struct { */ Chain_Control Key_Chain; + /** + * @brief Thread life-cycle control. + * + * Control state changes triggered by thread restart and delete requests. + */ Thread_Life_control Life; /** -- cgit v1.2.3