 | ThreadPoolSetPoolSize Method |
Tries to set the pool size to numThreads for doing work.
Returns the number of threads really set, which may be lower due to a lower number of processors available.
Only to be called once.
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic static int SetPoolSize(
int numThreads
)
Parameters
- numThreads
- Type: SystemInt32
Return Value
Type:
Int32
See Also