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.
|