OMNI_THREAD_ARGS_RAW_PTR
MACRO

OMNI_THREAD_ARGS_RAW_PTR - If defined, thread parameters will be void* types.

SYNOPSIS top

Defines the thread parameter argument type used by the library, either that of void* type or the omni::generic_ptr. For more information on it, see omni/types/thread_t.hpp and omni/defs/thread_def.hpp

DESCRIPTION top

A library macro/option that changes certain functionality

CONSIDERATIONS top

No special considerations

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.