HomeSort by relevance Sort by last modified time
    Searched refs:InterlockedIncrement64 (Results 1 - 4 of 4) sorted by null

  /external/sfntly/cpp/src/sfntly/port/
atomic.h 26 return InterlockedIncrement64(reinterpret_cast<LONGLONG*>(address));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 826 #define InterlockedIncrement64 _InterlockedIncrement64
835 LONGLONG __cdecl InterlockedIncrement64(LONGLONG volatile *Addend);
991 #define InterlockedIncrement64 _InterlockedIncrement64
1029 LONGLONG WINAPI InterlockedIncrement64(LONGLONG volatile *Addend);
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 345 #define InterlockedIncrementSizeT(a) InterlockedIncrement64((LONGLONG *)a)
359 #define InterlockedIncrement64 _InterlockedIncrement64
    [all...]

Completed in 394 milliseconds