MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / Unlock

Method Unlock

cpp/src/platform/Mutex.cpp:80–91  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Release our lock on the mutex -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

78// Release our lock on the mutex
79//-----------------------------------------------------------------------------
80void Mutex::Unlock
81(
82)
83{
84 m_pImpl->Unlock();
85
86 if( IsSignalled() )
87 {
88 // The mutex has no owners, so notify the watchers
89 Notify();
90 }
91}
92
93//-----------------------------------------------------------------------------
94// <Mutex::IsSignalled>

Callers 9

SetLoggingStateMethod · 0.45
WriteMethod · 0.45
QueueDumpMethod · 0.45
QueueClearMethod · 0.45
SetLogFileNameMethod · 0.45
GetMethod · 0.45
PutMethod · 0.45
QueueMsgMethod · 0.45
SendPendingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected