Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GSDKInternal
Method · 0.80
heartbeatThreadFunc
Method · 0.80
ReadyForPlayers
Method · 0.80
Start
Method · 0.80
HeartbeatAsync
Method · 0.80
ResetInternalState
Method · 0.80
FGSDKInternal
Method · 0.80
HeartbeatAsyncTaskFunction
Method · 0.80
ResetInternalState
Method · 0.80
FGSDKInternal
Method · 0.80
HeartbeatAsyncTaskFunction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected