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