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

Function StartThreadFunc

engine/source/platform/platformNetAsync.cpp:197–204  ·  view source on GitHub ↗

this is called by the pthread module to start the thread

Source from the content-addressed store, hash-verified

195
196// this is called by the pthread module to start the thread
197static void StartThreadFunc(S32 nothing)
198{
199 if (gNetAsync.isRunning())
200 return;
201
202 gNetAsync.run();
203 return;
204}
205
206
207void NetAsync::startAsync()

Callers

nothing calls this directly

Calls 2

isRunningMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected