Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ XMP_TermMutex
Function
XMP_TermMutex
xmpsdk/src/XMPCore_Impl.cpp:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void XMP_TermMutex ( XMP_Mutex & mutex ) {
97
DeleteCriticalSection ( &mutex );
98
}
99
100
void XMP_EnterCriticalRegion ( XMP_Mutex & mutex ) {
101
EnterCriticalSection ( &mutex );
Callers
1
Terminate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected