#include <nitro/os.h>
void OS_DumpThreadList( void );
None.
None.
When using the thread system, the contents of the current thread table is displayed using OS_Printf
. This function is used for debugging.
OS_InitThread, OS_CreateThread, OS_WakeupThread, OS_WakeupThreadDirect
12/01/2003 Initial Version