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

Function SetThreading

library/src/init.cpp:162–166  ·  view source on GitHub ↗

* Set the threading backend used by the solver. * * Public API documentation is maintained in the API headers. */

Source from the content-addressed store, hash-verified

160 * Public API documentation is maintained in the API headers.
161 */
162int STDCALL SetThreading(
163 int code)
164{
165 return sysdep.prefer_threading(static_cast<unsigned>(code));
166}
167
168
169void InitDebugFiles()

Callers

nothing calls this directly

Calls 1

prefer_threadingMethod · 0.80

Tested by

no test coverage detected