summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/threadstart.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 16:10:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 16:10:39 +0000
commit0cb7cb9e7c75c2e660f6ab8f43995cdcd9471a14 (patch)
tree51f86f885fc56f711d8f53f62c221366349d12d8 /c/src/exec/score/src/threadstart.c
parentNow use _Thread_Reset(). (diff)
downloadrtems-0cb7cb9e7c75c2e660f6ab8f43995cdcd9471a14.tar.bz2
Added comments.
Diffstat (limited to 'c/src/exec/score/src/threadstart.c')
-rw-r--r--c/src/exec/score/src/threadstart.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/exec/score/src/threadstart.c b/c/src/exec/score/src/threadstart.c
index fa72eabfd9..6f26ba75c1 100644
--- a/c/src/exec/score/src/threadstart.c
+++ b/c/src/exec/score/src/threadstart.c
@@ -32,7 +32,9 @@
*
* DESCRIPTION:
*
- * XXX
+ * This routine initializes the executable information for a thread
+ * and makes it ready to execute. After this routine executes, the
+ * thread competes with all other threads for CPU time.
*/
boolean _Thread_Start(