HomeSort by relevance Sort by last modified time
    Searched defs:InterlockedExchangeAdd (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 817 #define InterlockedExchangeAdd _InterlockedExchangeAdd
850 LONG __cdecl InterlockedExchangeAdd(LONG volatile *Addend,LONG Value);
980 #define InterlockedExchangeAdd _InterlockedExchangeAdd
1023 LONG WINAPI InterlockedExchangeAdd(LONG volatile *Addend,LONG Value);
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 297 InterlockedExchangeAdd(
306 #define InterlockedExchangeAdd _InterlockedExchangeAdd
336 #define InterlockedExchangeAddSizeT(a, b) InterlockedExchangeAdd((LONG *)a, b)
354 #define InterlockedExchangeAdd _InterlockedExchangeAdd
    [all...]

Completed in 751 milliseconds