Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ Unlock
Method
Unlock
src/CppUTest/SimpleMutex.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void SimpleMutex::Unlock(void)
47
{
48
PlatformSpecificMutexUnlock(psMtx);
49
}
50
51
52
ScopedMutexLock::ScopedMutexLock(SimpleMutex *mtx) :
Callers
2
~ScopedMutexLock
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64