Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KTStephano/StratusGFX
/ Thread
Method
Thread
Source/Engine/StratusThread.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
Thread::Thread(bool ownsExecutionContext) : Thread(NextThreadName(), ownsExecutionContext) {}
37
38
Thread::Thread(const std::string& name, bool ownsExecutionContext)
39
: name_(name),
Callers
1
build_dependencies
Function · 0.45
Calls
3
ProcessNext_
Method · 0.95
NextThreadName
Function · 0.85
SetCurrentThread
Function · 0.85
Tested by
no test coverage detected