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

Function unlockNetAsyncMutex

engine/source/platform/platformNetAsync.cpp:55–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static void unlockNetAsyncMutex()
56{
57 if(!gNetAsyncMutex)
58 gNetAsyncMutex = Mutex::createMutex();
59
60 AssertFatal(gNetAsyncMutex, "Could not create gNetAsyncMutex!");
61
62 Mutex::unlockMutex(gNetAsyncMutex);
63}
64
65// internal structure for storing information about a name lookup request
66struct NameLookupRequest

Callers 3

queueLookupMethod · 0.85
runMethod · 0.85
checkLookupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected