Home
last modified time | relevance | path

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

/reactos/sdk/include/xdk/
H A Dinterlocked.h35 #define InterlockedBitTestAndReset _interlockedbittestandreset
36 #define InterlockedBitTestAndResetAcquire __ACQ_(_interlockedbittestandreset)
37 #define InterlockedBitTestAndResetRelease __REL_(_interlockedbittestandreset)
38 #define InterlockedBitTestAndResetNoFence __NF_(_interlockedbittestandreset)
/reactos/sdk/include/vcruntime/mingw32/
H A Dintrin_arm.h386 __INTRIN_INLINE unsigned char _interlockedbittestandreset(volatile long * a, const long b) in _interlockedbittestandreset() function
H A Dintrin_ppc.h248 PPC_QUAL unsigned char _interlockedbittestandreset(volatile long * const a, const long b) in _interlockedbittestandreset() function
H A Dintrin_x86.h728 #if !HAS_BUILTIN(_interlockedbittestandreset)
729 __INTRIN_INLINE unsigned char _interlockedbittestandreset(volatile long * a, long b) in _interlockedbittestandreset() function
/reactos/sdk/include/vcruntime/msc/
H A Dintrin.h59 #pragma intrinsic(_interlockedbittestandreset)
/reactos/sdk/include/vcruntime/
H A Dintrin.h76 unsigned char _interlockedbittestandreset(long volatile *, long);