#include <nitro/os.h>
BOOL OS_IsThreadAvailable( void );
Initializes the thread system with OS_InitThread() and returns if the thread can be used
None
Returns if the thread system was initialized and whether or not it can be used. TRUE means it can be used.
03/30/2004 Initial Version