Searched refs:InterlockedCompareExchange (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
H A Dgthr-default.h377 /* The Windows95 kernel does not export InterlockedCompareExchange.
397 #define __GTHR_W32_InterlockedCompareExchange InterlockedCompareExchange
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/bits/
H A Dgthr-default.h377 /* The Windows95 kernel does not export InterlockedCompareExchange.
397 #define __GTHR_W32_InterlockedCompareExchange InterlockedCompareExchange
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
H A Dgthr-default.h377 /* The Windows95 kernel does not export InterlockedCompareExchange.
397 #define __GTHR_W32_InterlockedCompareExchange InterlockedCompareExchange
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
H A Dgthr-default.h377 /* The Windows95 kernel does not export InterlockedCompareExchange.
397 #define __GTHR_W32_InterlockedCompareExchange InterlockedCompareExchange
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwinbase.h818 #define InterlockedCompareExchange _InterlockedCompareExchange macro
851 LONG __cdecl InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand);
868 j = InterlockedCompareExchange(Target,i & Set,i);
883 j = InterlockedCompareExchange(Target,i | Set,i);
898 j = InterlockedCompareExchange(Target,i ^ Set,i);
981 #define InterlockedCompareExchange _InterlockedCompareExchange macro
982 #define InterlockedCompareExchangeAcquire InterlockedCompareExchange
983 #define InterlockedCompareExchangeRelease InterlockedCompareExchange
1024 LONG WINAPI InterlockedCompareExchange(LONG volatile *Destination,LONG Exchange,LONG Comperand);
1096 InterlockedCompareExchange((LON
4103 FORCEINLINE unsigned InterlockedCompareExchange(unsigned volatile *Destination, unsigned Exchange, unsigned Comperand) { function
4107 FORCEINLINE unsigned long InterlockedCompareExchange(unsigned long volatile *Destination, unsigned long Exchange, function
4124 FORCEINLINE unsigned __int64 InterlockedCompareExchange(unsigned __int64 volatile *Destination, unsigned __int64 Exchange, function
[all...]
H A Dwinnt.h1353 #define InterlockedCompareExchange _InterlockedCompareExchange macro
1354 #define InterlockedCompareExchangeAcquire InterlockedCompareExchange
1355 #define InterlockedCompareExchangeRelease InterlockedCompareExchange
1453 LONG InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand);
1461 __CRT_INLINE LONG InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand) { function
H A Dks.h2411 captured = (BOOLEAN) (InterlockedCompareExchange(&Gate->Count, 0, 1) == 1);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwinbase.h818 #define InterlockedCompareExchange _InterlockedCompareExchange macro
851 LONG __cdecl InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand);
868 j = InterlockedCompareExchange(Target,i & Set,i);
883 j = InterlockedCompareExchange(Target,i | Set,i);
898 j = InterlockedCompareExchange(Target,i ^ Set,i);
981 #define InterlockedCompareExchange _InterlockedCompareExchange macro
982 #define InterlockedCompareExchangeAcquire InterlockedCompareExchange
983 #define InterlockedCompareExchangeRelease InterlockedCompareExchange
1024 LONG WINAPI InterlockedCompareExchange(LONG volatile *Destination,LONG Exchange,LONG Comperand);
1096 InterlockedCompareExchange((LON
4103 FORCEINLINE unsigned InterlockedCompareExchange(unsigned volatile *Destination, unsigned Exchange, unsigned Comperand) { function
4107 FORCEINLINE unsigned long InterlockedCompareExchange(unsigned long volatile *Destination, unsigned long Exchange, function
4124 FORCEINLINE unsigned __int64 InterlockedCompareExchange(unsigned __int64 volatile *Destination, unsigned __int64 Exchange, function
[all...]
H A Dwinnt.h1353 #define InterlockedCompareExchange _InterlockedCompareExchange macro
1354 #define InterlockedCompareExchangeAcquire InterlockedCompareExchange
1355 #define InterlockedCompareExchangeRelease InterlockedCompareExchange
1453 LONG InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand);
1461 __CRT_INLINE LONG InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand) { function
H A Dks.h2411 captured = (BOOLEAN) (InterlockedCompareExchange(&Gate->Count, 0, 1) == 1);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dwdm.h282 InterlockedCompareExchange(
307 #define InterlockedCompareExchange _InterlockedCompareExchange macro
334 ((PVOID) InterlockedCompareExchange((PLONG) Destination, (LONG) Exchange, (LONG) Comparand))
355 #define InterlockedCompareExchange _InterlockedCompareExchange macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dwdm.h282 InterlockedCompareExchange(
307 #define InterlockedCompareExchange _InterlockedCompareExchange macro
334 ((PVOID) InterlockedCompareExchange((PLONG) Destination, (LONG) Exchange, (LONG) Comparand))
355 #define InterlockedCompareExchange _InterlockedCompareExchange macro

Completed in 255 milliseconds