MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / AcquireSRWLockExclusive

Function AcquireSRWLockExclusive

Source/Windows/Common/WinAPI/Sync.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void AcquireSRWLockExclusive(PSRWLOCK SRWLock) {
24 RtlAcquireSRWLockExclusive(SRWLock);
25}
26
27void ReleaseSRWLockExclusive(PSRWLOCK SRWLock) {
28 RtlReleaseSRWLockExclusive(SRWLock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected