forked from Imagelibrary/rtems
Added comments.
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user