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

Method setValid

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

Source from the content-addressed store, hash-verified

75 int getId() const { return mThreadID; }
76
77 void setValid(bool valid) { mIsValid = valid; }
78 void setId(int id) { mThreadID = id; }
79 void setCurrentTime() { mLastTick = OSGetTick(); }
80

Callers 1

enterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected