OS_DumpThreadList


C Specification

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

Description

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

Arguments

None.

Return Values

None.

See Also

OS_InitThread, OS_CreateThread, OS_WakeupThread, OS_WakeupThreadDirect

Revision History

12/01/2003 Initial Version