MCPcopy Create free account
hub / github.com/dds-bridge/dds / SetMaxThreads

Function SetMaxThreads

library/src/init.cpp:54–58  ·  view source on GitHub ↗

* Set the maximum number of threads used by the solver. * * Public API documentation is maintained in the API headers. */

Source from the content-addressed store, hash-verified

52 * Public API documentation is maintained in the API headers.
53 */
54void STDCALL SetMaxThreads(
55 int userThreads)
56{
57 SetResources(0, userThreads);
58}
59
60
61/*

Callers 15

DllMainFunction · 0.85
DDSInitializeFunction · 0.85
libInitFunction · 0.85
SetUpMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
solve_legacyFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

SetResourcesFunction · 0.85

Tested by 4

SetUpMethod · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68