HomeSort by relevance Sort by last modified time
    Searched defs:InterlockedExchangeAdd64 (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 653 #define InterlockedExchangeAdd64 _InterlockedExchangeAdd64
742 LONGLONG __cdecl InterlockedExchangeAdd64 (LONGLONG volatile *Addend, LONGLONG Value);
896 #define InterlockedExchangeAdd64 _InterlockedExchangeAdd64
925 LONG64 __cdecl InterlockedExchangeAdd64(LONG64 volatile *Addend, LONG64 Value);
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 344 #define InterlockedExchangeAddSizeT(a, b) InterlockedExchangeAdd64((LONGLONG *)a, (LONGLONG)b)
363 #define InterlockedExchangeAdd64 _InterlockedExchangeAdd64
380 return InterlockedExchangeAdd64(Addend, Value) + Value;
    [all...]

Completed in 265 milliseconds