Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdApcMtQueueFlags Enumeration
Syntax
C++
enum OdApcMtQueueFlags { kMtQueueNoFlags = 0, kMtQueueForceNewThreads = (1 << 0), kMtQueueAllowExecByMain = (1 << 1), kMtQueueForceTopLevel = (1 << 2), kMtQueueLastFlag = kMtQueueForceTopLevel };
Members
Description
kMtQueueNoFlags
Empty MtQueue flags.
kMtQueueForceNewThreads
Spawn new threads and add them to the pool if there are not enough free threads.
kMtQueueAllowExecByMain
Allow to use main thread for execution if there are no free threads.
kMtQueueForceTopLevel
Make MtQueue top level even if other registered threads already run.

Represents set of flags for new APC MtQueue construction. Corresponding C++ library: TD_DbRoot

File: RxThreadPoolService.h 

Module: API Reference 

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