OMNI_32BIT_BASIC_THREAD
MACRO

OMNI_32BIT_BASIC_THREAD - If defined, uses 32-bit types in the omni::sync::basic_thread class.

SYNOPSIS top

#define OMNI_32BIT_BASIC_THREAD

Signifies to enable the OMNI_32BIT_BASIC_THREAD flag and utilize 32-bit types.

DESCRIPTION top

If defined, the omni::sync::basic_thread class will utilize a 32-bit intergral type for its underlying status, versus a 64-bit type. This underlying value is not user accesable or settable, regardless if this flag is set.

CONSIDERATIONS top

No special considerations

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

This is an optimization flag and does not have an effect on the classes functionality.