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