Added comments.

This commit is contained in:
Joel Sherrill
1999-11-16 16:10:39 +00:00
parent d3fdf45917
commit 0cb7cb9e7c
6 changed files with 20 additions and 6 deletions

View File

@@ -32,7 +32,9 @@
* *
* DESCRIPTION: * DESCRIPTION:
* *
* XXX * This routine frees all memory associated with the specified
* thread and removes it from the local object table so no further
* operations on this thread are allowed.
*/ */
void _Thread_Close( void _Thread_Close(

View File

@@ -31,7 +31,10 @@
* *
* _Thread_Initialize * _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( boolean _Thread_Initialize(

View File

@@ -32,7 +32,9 @@
* *
* DESCRIPTION: * 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( boolean _Thread_Start(

View File

@@ -32,7 +32,9 @@
* *
* DESCRIPTION: * DESCRIPTION:
* *
* XXX * This routine frees all memory associated with the specified
* thread and removes it from the local object table so no further
* operations on this thread are allowed.
*/ */
void _Thread_Close( void _Thread_Close(

View File

@@ -31,7 +31,10 @@
* *
* _Thread_Initialize * _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( boolean _Thread_Initialize(

View File

@@ -32,7 +32,9 @@
* *
* DESCRIPTION: * 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( boolean _Thread_Start(