Close
Relief for ODA Team in Ukraine
Learn more
ODA Kernel SDK
API Reference
>
Other Classes
>
ThreadsCounter Class
>
ThreadsCounter Enumerations
>
ThreadsCounter::ThreadAttributes Enumeration
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
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
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!