Searched refs:SRWLock (Results 1 – 4 of 4) sorted by relevance
35 InitializeSRWLock(::_RTL_SRWLOCK* SRWLock);38 ReleaseSRWLockExclusive(::_RTL_SRWLOCK* SRWLock);41 ReleaseSRWLockShared(::_RTL_SRWLOCK* SRWLock);44 AcquireSRWLockExclusive(::_RTL_SRWLOCK* SRWLock);47 AcquireSRWLockShared(::_RTL_SRWLOCK* SRWLock);51 TryAcquireSRWLockExclusive(::_RTL_SRWLOCK* SRWLock);54 TryAcquireSRWLockShared(::_RTL_SRWLOCK* SRWLock);72 BOOST_FORCEINLINE VOID_ InitializeSRWLock(PSRWLOCK_ SRWLock) in InitializeSRWLock() argument74 ::InitializeSRWLock(reinterpret_cast< ::_RTL_SRWLOCK* >(SRWLock)); in InitializeSRWLock()77 BOOST_FORCEINLINE VOID_ ReleaseSRWLockExclusive(PSRWLOCK_ SRWLock) in ReleaseSRWLockExclusive() argument[all …]
47 ::_RTL_SRWLOCK* SRWLock,97 _RTL_SRWLOCK* SRWLock, in SleepConditionVariableSRW() argument103 reinterpret_cast< ::_RTL_SRWLOCK* >(SRWLock), in SleepConditionVariableSRW()
20 * win: replace CRITICAL_SECTION+Semaphore with SRWLock (David Machaj)3166 * win: don't fetch function pointers to SRWLock APIs (Bert Belder)
7626 - use SRWLock and CONDITION_VARIABLE APIs when available on Windows