Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ isSameThread
Method
isSameThread
src/engine/JobManager.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
{
11
}
12
bool JobManager::isSameThread()
13
{
14
return std::this_thread::get_id() == m_ThreadId;
15
}
16
17
void JobManager::setMultiThreading(bool enable)
18
{
Callers
1
View
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected