MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / XMP_InitMutex

Function XMP_InitMutex

xmpsdk/src/XMPCore_Impl.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89#if XMP_WinBuild
90
91 bool XMP_InitMutex ( XMP_Mutex * mutex ) {
92 InitializeCriticalSection ( mutex );
93 return true;
94 }
95
96 void XMP_TermMutex ( XMP_Mutex & mutex ) {
97 DeleteCriticalSection ( &mutex );

Callers 1

InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected