OpenDOF Project
boolean DOFSystemConfigBuilder_SetThreadpoolSize ( DOFSystemConfigBuilder  self,
uint16  maxSize 
)

Set the maximum number of threads used by a DOFSystem (although a DOFSystem is free to use fewer if it chooses to).

A value of 0 will use the default thread pool.

Parameters
selfThe DOFSystemConfigBuilder. Should not be NULL.
maxSizethe maximum number of threads to use
Return values
TRUEthe maximum thread count was set
FALSEthe maximum thread count was not set
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22