Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
void Thread::run(void* arg)
117
{
118
if(mData->mRunFunc)
119
mData->mRunFunc(arg);
120
}
121
122
bool Thread::isAlive()
123
{
Callers
1
ThreadRunHandler
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected