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

Method getThreadRecord

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

Source from the content-addressed store, hash-verified

116 void dump();
117
118 OSThread *getThreadRecord() const { return mThreadRecord; }
119 void *getStack() const { return mStackMemory; }
120 TLoad *getLoadInfo() { return &mLoadInfo; }
121 JKRHeap *getCurrentHeap() const { return mCurrentHeap; }

Callers 3

searchThreadMethod · 0.80
enterMethod · 0.80
callbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected