* Set the threading backend used by the solver. * * Public API documentation is maintained in the API headers. */
| 160 | * Public API documentation is maintained in the API headers. |
| 161 | */ |
| 162 | int STDCALL SetThreading( |
| 163 | int code) |
| 164 | { |
| 165 | return sysdep.prefer_threading(static_cast<unsigned>(code)); |
| 166 | } |
| 167 | |
| 168 | |
| 169 | void InitDebugFiles() |
nothing calls this directly
no test coverage detected