MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setId

Method setId

include/JSystem/JKernel/JKRThread.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77 void setValid(bool valid) { mIsValid = valid; }
78 void setId(int id) { mThreadID = id; }
79 void setCurrentTime() { mLastTick = OSGetTick(); }
80
81 void resetCost() { mCost = 0; }

Callers 1

enterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected