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