Home | History | Annotate | Download | only in include

Lines Matching defs:InterlockedDecrement

636 #define InterlockedDecrement _InterlockedDecrement
750 LONG __cdecl InterlockedDecrement (LONG volatile *lpAddend);
878 #define InterlockedDecrement _InterlockedDecrement
879 #define InterlockedDecrementAcquire InterlockedDecrement
880 #define InterlockedDecrementRelease InterlockedDecrement
913 LONG __cdecl InterlockedDecrement(LONG volatile *Addend);
940 #define InterlockedDecrement _InterlockedDecrement
956 LONG InterlockedDecrement (LONG volatile *Addend);
1048 #define InterlockedDecrementAcquire InterlockedDecrement
1049 #define InterlockedDecrementRelease InterlockedDecrement
2951 FORCEINLINE unsigned InterlockedDecrement (unsigned volatile *Addend) {
2952 return (unsigned) InterlockedDecrement ((volatile __LONG32 *) Addend);
2955 FORCEINLINE unsigned long InterlockedDecrement (unsigned long volatile *Addend) {
2957 return (unsigned __LONG32) InterlockedDecrement ((volatile __LONG32 *) Addend);
2964 FORCEINLINE unsigned __int64 InterlockedDecrement (unsigned __int64 volatile *Addend) {