|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| FunctionAsyncExecutorThread (JKRHeap *) | |
| virtual s32 | run () |
Public Member Functions inherited from OSThreadWrapper | |
| OSThreadWrapper (u32, int, int, JKRHeap *) | |
| void | initMessageQueue (JKRHeap *, int) |
| void | initHeapSpecified (JKRHeap *, u32, int) |
| s32 | start (void *) |
Public Attributes | |
| bool | mIsSuspended |
| const char * | _40 |
Public Attributes inherited from OSThreadWrapper | |
| JKRHeap * | _4 |
| OSThread * | mThread |
| OSMessageQueue | mQueue |
| OSMessage * | mMessageArray |
| u32 | mMessageCount |
| u8 * | _34 |
| u32 | _38 |
Definition at line 33 of file FunctionAsyncExecutor.hpp.
| FunctionAsyncExecutorThread::FunctionAsyncExecutorThread | ( | JKRHeap * | pHeap | ) |
Definition at line 26 of file FunctionAsyncExecutor.cpp.
|
virtual |
Definition at line 203 of file FunctionAsyncExecutor.cpp.
|
virtual |
Reimplemented from OSThreadWrapper.
Definition at line 31 of file FunctionAsyncExecutor.cpp.
| bool FunctionAsyncExecutorThread::mIsSuspended |
Definition at line 40 of file FunctionAsyncExecutor.hpp.
| const char* FunctionAsyncExecutorThread::_40 |
Definition at line 41 of file FunctionAsyncExecutor.hpp.