MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / AcquireSRWLockExclusive

Function AcquireSRWLockExclusive

extern/boost/boost/winapi/srw_lock.hpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87BOOST_FORCEINLINE VOID_ AcquireSRWLockExclusive(PSRWLOCK_ SRWLock)
88{
89 ::AcquireSRWLockExclusive(reinterpret_cast< ::_RTL_SRWLOCK* >(SRWLock));
90}
91
92BOOST_FORCEINLINE VOID_ AcquireSRWLockShared(PSRWLOCK_ SRWLock)
93{

Callers 1

LockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected