Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
BOOST_FORCEINLINE VOID_ AcquireSRWLockExclusive(PSRWLOCK_ SRWLock)
88
{
89
::AcquireSRWLockExclusive(reinterpret_cast< ::_RTL_SRWLOCK* >(SRWLock));
90
}
91
92
BOOST_FORCEINLINE VOID_ AcquireSRWLockShared(PSRWLOCK_ SRWLock)
93
{
Callers
1
Lock
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected