From 0cb7cb9e7c75c2e660f6ab8f43995cdcd9471a14 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Nov 1999 16:10:39 +0000 Subject: Added comments. --- c/src/exec/score/src/threadinitialize.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'c/src/exec/score/src/threadinitialize.c') 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( -- cgit v1.2.3