Searched refs:_interlockedbittestandreset (Results 1 – 6 of 6) sorted by relevance
35 #define InterlockedBitTestAndReset _interlockedbittestandreset36 #define InterlockedBitTestAndResetAcquire __ACQ_(_interlockedbittestandreset)37 #define InterlockedBitTestAndResetRelease __REL_(_interlockedbittestandreset)38 #define InterlockedBitTestAndResetNoFence __NF_(_interlockedbittestandreset)
386 __INTRIN_INLINE unsigned char _interlockedbittestandreset(volatile long * a, const long b) in _interlockedbittestandreset() function
248 PPC_QUAL unsigned char _interlockedbittestandreset(volatile long * const a, const long b) in _interlockedbittestandreset() function
728 #if !HAS_BUILTIN(_interlockedbittestandreset)729 __INTRIN_INLINE unsigned char _interlockedbittestandreset(volatile long * a, long b) in _interlockedbittestandreset() function
59 #pragma intrinsic(_interlockedbittestandreset)
76 unsigned char _interlockedbittestandreset(long volatile *, long);