| 118 | OSThread *getThreadRecord() const { return mThreadRecord; } |
| 119 | void *getStack() const { return mStackMemory; } |
| 120 | TLoad *getLoadInfo() { return &mLoadInfo; } |
| 121 | JKRHeap *getCurrentHeap() const { return mCurrentHeap; } |
| 122 | s32 getCurrentHeapError() const { return mCurrentHeapError; } |
| 123 | void resume() { OSResumeThread(mThreadRecord); } |