MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / run

Method run

engine/source/platformAndroid/AndroidThread.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void Thread::run(void* arg)
117{
118 if(mData->mRunFunc)
119 mData->mRunFunc(arg);
120}
121
122bool Thread::isAlive()
123{

Callers 1

ThreadRunHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected