SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
FunctionAsyncExecutorOnMainThread Class Reference

Public Member Functions

 FunctionAsyncExecutorOnMainThread (OSThread *)
 
void update ()
 

Public Attributes

u8 _0
 
u8 _1
 
u8 _2
 
u8 _3
 
OSMessageQueue mQueue
 
OSMessage mMsgArray [0x40]
 
OSThread * mThread
 

Detailed Description

Definition at line 44 of file FunctionAsyncExecutor.hpp.

Constructor & Destructor Documentation

◆ FunctionAsyncExecutorOnMainThread()

FunctionAsyncExecutorOnMainThread::FunctionAsyncExecutorOnMainThread ( OSThread * pThread)

Definition at line 61 of file FunctionAsyncExecutor.cpp.

Member Function Documentation

◆ update()

void FunctionAsyncExecutorOnMainThread::update ( )

Definition at line 67 of file FunctionAsyncExecutor.cpp.

Member Data Documentation

◆ _0

u8 FunctionAsyncExecutorOnMainThread::_0

Definition at line 50 of file FunctionAsyncExecutor.hpp.

◆ _1

u8 FunctionAsyncExecutorOnMainThread::_1

Definition at line 51 of file FunctionAsyncExecutor.hpp.

◆ _2

u8 FunctionAsyncExecutorOnMainThread::_2

Definition at line 52 of file FunctionAsyncExecutor.hpp.

◆ _3

u8 FunctionAsyncExecutorOnMainThread::_3

Definition at line 53 of file FunctionAsyncExecutor.hpp.

◆ mQueue

OSMessageQueue FunctionAsyncExecutorOnMainThread::mQueue

Definition at line 54 of file FunctionAsyncExecutor.hpp.

◆ mMsgArray

OSMessage FunctionAsyncExecutorOnMainThread::mMsgArray[0x40]

Definition at line 55 of file FunctionAsyncExecutor.hpp.

◆ mThread

OSThread* FunctionAsyncExecutorOnMainThread::mThread

Definition at line 56 of file FunctionAsyncExecutor.hpp.