summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/threadinitialize.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/src/threadinitialize.c')
-rw-r--r--c/src/exec/score/src/threadinitialize.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/exec/score/src/threadinitialize.c b/c/src/exec/score/src/threadinitialize.c
index f294d865bf..ceec9811eb 100644
--- a/c/src/exec/score/src/threadinitialize.c
+++ b/c/src/exec/score/src/threadinitialize.c
@@ -31,7 +31,10 @@
*
* _Thread_Initialize
*
- * XXX
+ * This routine initializes the specified the thread. It allocates
+ * all memory associated with this thread. It completes by adding
+ * the thread to the local object table so operations on this
+ * thread id are allowed.
*/
boolean _Thread_Initialize(