Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
290
bool System::thread_ok(const int thread_id) const
291
{
292
return (thread_id >= 0 && thread_id < num_threads_);
293
}
294
295
296
int System::prefer_threading(const unsigned code)
Callers
2
AnalysePlayBin
Function · 0.80
SolveBoard
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected