OS_IsThreadAvailable


C Specification

#include <nitro/os.h>

BOOL OS_IsThreadAvailable( void );

Description

Initializes the thread system with OS_InitThread() and returns if the thread can be used

Arguments

None

Return Values

Returns if the thread system was initialized and whether or not it can be used. TRUE means it can be used.

See Also

OS_InitThread

Revision History

03/30/2004 Initial Version