Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
enter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected