Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ setCurrentTime
Method
setCurrentTime
include/JSystem/JKernel/JKRThread.h:79–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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; }
82
void resetCount() { mSwitchCount = 0; }
Callers
1
callback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected