Home | History | Annotate | Download | only in include

Lines Matching defs:InterlockedDecrement

1347 #define InterlockedDecrement _InterlockedDecrement
1348 #define InterlockedDecrementAcquire InterlockedDecrement
1349 #define InterlockedDecrementRelease InterlockedDecrement
1388 LONG InterlockedDecrement(LONG volatile *Addend);
2053 LONG WINAPI InterlockedDecrement(LONG volatile *);
2065 __MINGW_INTRIN_INLINE LONG WINAPI InterlockedDecrement(LONG volatile *Addend) {