#include <nitro/os.h>
void OS_DumpThreadList( void );
None.
None.
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.
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.
OS_InitThread
OS_CreateThread
OS_WakeupThread
OS_WakeupThreadDirect
OS_SetPrintBlockingMode
2009/07/27 Added Display Mode.
2003/12/01 Initial version.
CONFIDENTIAL