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

Method thread_ok

library/src/system/system.cpp:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288
289
290bool System::thread_ok(const int thread_id) const
291{
292 return (thread_id >= 0 && thread_id < num_threads_);
293}
294
295
296int System::prefer_threading(const unsigned code)

Callers 2

AnalysePlayBinFunction · 0.80
SolveBoardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected