Home | History | Annotate | Download | only in psdk_inc

Lines Matching refs:_InterlockedCompareExchange

1033 #if __INTRINSIC_PROLOG(_InterlockedCompareExchange)
1034 __LONG32 _InterlockedCompareExchange(__LONG32 volatile *Destination, __LONG32 ExChange, __LONG32 Comperand);
1035 #if !__has_builtin(_InterlockedCompareExchange)
1037 __LONG32 _InterlockedCompareExchange(__LONG32 volatile *Destination, __LONG32 ExChange, __LONG32 Comperand) {