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

Decrease execution threads count.

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