Public Member Functions | |
ThreadObject_MorphOS (OTTDThreadFunc proc, void *param, self_destruct) | |
Create a sub process and start it, calling proc(param). | |
bool | Exit () |
Exit this thread. | |
void | Join () |
Join this thread. | |
bool | IsCurrent () |
Static Private Member Functions | |
static void | Proxy () |
On thread creation, this function is called, which calls the real startup function. | |
Private Attributes | |
APTR | m_thr |
System thread identifier. | |
struct MsgPort * | m_replyport |
struct OTTDThreadStartupMessage | m_msg |
bool | self_destruct |
Definition at line 64 of file thread_morphos.cpp.
static void ThreadObject_MorphOS::Proxy | ( | ) | [inline, static, private] |
On thread creation, this function is called, which calls the real startup function.
This to get back into the correct instance again.
Definition at line 167 of file thread_morphos.cpp.
References OTTDThreadStartupMessage::arg, OTTDThreadStartupMessage::func, KPutStr(), and OTTDThreadStartupMessage::msg.
Referenced by ThreadObject_MorphOS().