MCPcopy Create free account
hub / github.com/PlayFab/gsdk / Reset

Method Reset

cpp/cppsdk/ManualResetEvent.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void ManualResetEvent::Reset()
40 {
41 m_mutex.lock();
42 m_isGateOpen = false;
43 m_mutex.unlock();
44 }
45
46 }
47 }

Callers 11

GSDKInternalMethod · 0.80
heartbeatThreadFuncMethod · 0.80
ReadyForPlayersMethod · 0.80
StartMethod · 0.80
HeartbeatAsyncMethod · 0.80
ResetInternalStateMethod · 0.80
FGSDKInternalMethod · 0.80
ResetInternalStateMethod · 0.80
FGSDKInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected