Home
last modified time | relevance | path

Searched refs:InterlockedBitTestAndSetPointer (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/rtl/
H A Dsrw.c24 #define InterlockedBitTestAndSetPointer(ptr,val) InterlockedBitTestAndSet64((PLONGLONG)ptr,(LONGLON… macro
30 #define InterlockedBitTestAndSetPointer(ptr,val) InterlockedBitTestAndSet((PLONG)ptr,(LONG)val) macro
596 if (InterlockedBitTestAndSetPointer(&SRWLock->Ptr, in RtlAcquireSRWLockExclusive()
693 if (!InterlockedBitTestAndSetPointer(&SRWLock->Ptr, in RtlAcquireSRWLockExclusive()