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 };

ThreadsCounter.h

Members 
Description 
kNoAttributes = 0 
Simple Mt-process which doesn't require any special initializations 
kMtLoadingAttributes = (1 << 0) 
Actual for both MtLoading and loading of DB's in multiple threads 
kMtRegenAttributes = (1 << 1) 
Multithread regeneration 
kStRegenAttributes = (1 << 2) 
Regeneration w/o cache (local heaps not required) 
kMtDisplayAttributes = (1 << 3) 
Multithread display 
kMtModelerAttributes = (1 << 4) 
Modeling operations in parallel threads 
kAllAttributes = 0xFFFFFFFF 
Applicable for Mt functionality tests 

This is record ThreadsCounter::ThreadAttributes.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.