Searched defs:_InterlockedExchangeAdd (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/psdk_inc/
H A Dintrin-impl.h1022 #if __INTRINSIC_PROLOG(_InterlockedExchangeAdd)
1023 __LONG32 _InterlockedExchangeAdd(__LONG32 volatile *Addend, __LONG32 Value);
1024 #if !__has_builtin(_InterlockedExchangeAdd)
1026 __LONG32 _InterlockedExchangeAdd(__LONG32 volatile *Addend, __LONG32 Value) { function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
H A Dintrin-impl.h1022 #if __INTRINSIC_PROLOG(_InterlockedExchangeAdd)
1023 __LONG32 _InterlockedExchangeAdd(__LONG32 volatile *Addend, __LONG32 Value);
1024 #if !__has_builtin(_InterlockedExchangeAdd)
1026 __LONG32 _InterlockedExchangeAdd(__LONG32 volatile *Addend, __LONG32 Value) { function

Completed in 32 milliseconds