Searched refs:InterlockedExchange64 (Results 1 - 6 of 6) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | winbase.h | 828 #define InterlockedExchange64 _InterlockedExchange64 macro 841 LONGLONG __cdecl InterlockedExchange64 (LONGLONG volatile *Target,LONGLONG Value); 993 #define InterlockedExchange64 _InterlockedExchange64 macro 1031 LONGLONG WINAPI InterlockedExchange64(LONGLONG volatile *Target,LONGLONG Value); 1075 __CRT_INLINE LONGLONG WINAPI InterlockedExchange64(LONGLONG volatile *Target,LONGLONG Value) { function 4076 return (unsigned __int64)InterlockedExchange64((volatile LONGLONG*)Target, (LONGLONG)Value);
|
H A D | winnt.h | 1365 #define InterlockedExchange64 _InterlockedExchange64 macro 1366 #define InterlockedExchangeAcquire64 InterlockedExchange64 1457 LONG64 InterlockedExchange64(LONG64 volatile *Target,LONG64 Value); 1482 __CRT_INLINE LONG64 InterlockedExchange64(LONG64 volatile *Target,LONG64 Value) { function
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | winbase.h | 828 #define InterlockedExchange64 _InterlockedExchange64 macro 841 LONGLONG __cdecl InterlockedExchange64 (LONGLONG volatile *Target,LONGLONG Value); 993 #define InterlockedExchange64 _InterlockedExchange64 macro 1031 LONGLONG WINAPI InterlockedExchange64(LONGLONG volatile *Target,LONGLONG Value); 1075 __CRT_INLINE LONGLONG WINAPI InterlockedExchange64(LONGLONG volatile *Target,LONGLONG Value) { function 4076 return (unsigned __int64)InterlockedExchange64((volatile LONGLONG*)Target, (LONGLONG)Value);
|
H A D | winnt.h | 1365 #define InterlockedExchange64 _InterlockedExchange64 macro 1366 #define InterlockedExchangeAcquire64 InterlockedExchange64 1457 LONG64 InterlockedExchange64(LONG64 volatile *Target,LONG64 Value); 1482 __CRT_INLINE LONG64 InterlockedExchange64(LONG64 volatile *Target,LONG64 Value) { function
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/ |
H A D | wdm.h | 362 #define InterlockedExchange64 _InterlockedExchange64 macro
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
H A D | wdm.h | 362 #define InterlockedExchange64 _InterlockedExchange64 macro
|
Completed in 260 milliseconds