MCPcopy 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_dependenciesFunction · 0.45

Calls 3

ProcessNext_Method · 0.95
NextThreadNameFunction · 0.85
SetCurrentThreadFunction · 0.85

Tested by

no test coverage detected