API Reference > Other Classes > ThreadsCounter Class > ThreadsCounter Methods > ThreadsCounter::increase Method
ThreadsCounter::increase Method
Syntax
C++
void increase(unsigned nThreads, const unsigned* aThreads, unsigned nThreadAttributes = ThreadsCounter::kNoAttributes);
Parameters 
Description 
unsigned nThreads 
[in] Count of threads in aThreads array.  
const unsigned* aThreads 
[in] Thread ID's array.  
unsigned nThreadAttributes = ThreadsCounter::kNoAttributes 
[in] Set of attributes for running threads. 

Increase execution threads count.

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