OS_DumpThreadList

Syntax

#include <nitro/os.h>
void OS_DumpThreadList( void );

Arguments

None.

Return Values

None.

Description

When using the thread system, this function displays the contents of the current thread table using the OS_Printf function.

This function is used for debugging.


Display Mode

If an accurate display of all information takes priority over speed, as it does in this function, we recommend temporarily setting the display to blocking mode. See OS_SetPrintBlockingMode for details.

See Also

OS_InitThread
OS_CreateThread
OS_WakeupThread
OS_WakeupThreadDirect
OS_SetPrintBlockingMode

Revision History

2009/07/27 Added Display Mode.
2003/12/01 Initial version.


CONFIDENTIAL