OS_DumpThreadList

C Specification

#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

12/01/2003 Initial Version