Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlayFab/gsdk
/ Signal
Method
Signal
cpp/cppsdk/ManualResetEvent.cpp:31–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void ManualResetEvent::Signal()
32
{
33
m_mutex.lock();
34
m_isGateOpen = true;
35
m_mutex.unlock();
36
m_condition.notify_all();
37
}
38
39
void ManualResetEvent::Reset()
40
{
Callers
2
setState
Method · 0.80
decodeHeartbeatResponse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected