Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
ThreadsCounter::ThreadAttributes Enumeration
Syntax
C++
enum ThreadAttributes { kNoAttributes = 0, kMtLoadingAttributes = (1 << 0), kMtRegenAttributes = (1 << 1), kStRegenAttributes = (1 << 2), kMtDisplayAttributes = (1 << 3), kMtModelerAttributes = (1 << 4), kAllAttributes = 0xFFFFFFFF };
Members
Description
kNoAttributes
Simple Mt-process which doesn't require any special initializations
kMtLoadingAttributes
Actual for both MtLoading and loading of DB's in multiple threads
kMtRegenAttributes
Multithread regeneration
kStRegenAttributes
Regeneration w/o cache (local heaps not required)
kMtDisplayAttributes
Multithread display
kMtModelerAttributes
Modeling operations in parallel threads
kAllAttributes
Applicable for Mt functionality tests

File: ThreadsCounter.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.