| 21 | } |
| 22 | |
| 23 | void AcquireSRWLockExclusive(PSRWLOCK SRWLock) { |
| 24 | RtlAcquireSRWLockExclusive(SRWLock); |
| 25 | } |
| 26 | |
| 27 | void ReleaseSRWLockExclusive(PSRWLOCK SRWLock) { |
| 28 | RtlReleaseSRWLockExclusive(SRWLock); |
nothing calls this directly
no outgoing calls
no test coverage detected