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

Function unlockSharedSection

src/common/isc_sync.cpp:2185–2188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2183}
2184
2185static inline void unlockSharedSection(volatile FAST_MUTEX_SHARED_SECTION* lpSect)
2186{
2187 InterlockedExchange(FIX_TYPE(&lpSect->lSpinLock), 0);
2188}
2189
2190static DWORD enterFastMutex(FAST_MUTEX* lpMutex, DWORD dwMilliseconds)
2191{

Callers 2

enterFastMutexFunction · 0.85
leaveFastMutexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected