OS_DumpThreadList

Syntax

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

Arguments

None.

Return Values

None.

Description

When using the thread system, the contents of the current thread table is displayed using OS_Printf. This function is used for debugging.

See Also

OS_InitThread, OS_CreateThread, OS_WakeupThread, OS_WakeupThreadDirect

Revision History

2003/12/01 Initial version.


CONFIDENTIAL