OMNI_COND_T
MACRO

OMNI_COND_T - Defines the underlying condition variable type.

SYNOPSIS top

This macro option is defined based on the platform being built against. For more information on it, see omni/sync/conditional.hpp and omni/types/thread_t.hpp

DESCRIPTION top

Depending on platform being built against, this macro will expand to the proper condition variable type needed by the platforms implementation.

CONSIDERATIONS top

While there are no special considerations for this specific flag, there are considerations for the underlying type it defines, to which please see the other sections for notes about this flag.

PLATFORM SPECIFIC top

This value will be different based on platform being targeted, see the documentation for OMNI_WIN_USE_EVENT_CONDITIONAL for other platform specific notes on the condition variable type.

NOTES top

None.