MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / GetProcessor

Method GetProcessor

src/4JLibraries_Source/NX/Thread/C4JThreadImpl.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30int C4JThreadImpl::GetProcessor() {
31 return this->m_processor;
32}
33
34void C4JThreadImpl::SetPriority(int priority) {
35 unsigned p = priority - 14;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected