OS_IsThreadAvailable

Syntax

#include <nitro/os.h>
BOOL OS_IsThreadAvailable( void );
  

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.

Description

Initializes the thread system with OS_InitThread() and returns a value indicating whether the thread can be used or not.

See Also

OS_InitThread

Revision History

2004/03/30 Initial version.


CONFIDENTIAL