Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxThreadPoolService::newMTQueue Method
Syntax
C++
virtual OdApcQueuePtr newMTQueue(unsigned nThreadAttributes = ThreadsCounter::kNoAttributes, int numThreads = 0, OdUInt32 nFlags = kMtQueueNoFlags) = 0;

Creates mutiple thread processing queue.

Parameters
Description
nThreadAttributes
[in] Set of the attributes for the threads to run.
numThreads
[in] Number of threads for this queue.
nFlags
[in] Set of flags for new MtQueue construction.

If numThreads argument is zero, then the queue uses all available free threads.

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