HomeSort by relevance Sort by last modified time
    Searched defs:InterlockedCompareExchange64 (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
interlockedapi.h 23 WINBASEAPI LONGLONG WINAPI InterlockedCompareExchange64 (LONGLONG volatile *Destination, LONGLONG Exchange, LONGLONG Comperand);
44 __MINGW_INTRIN_INLINE LONGLONG WINAPI InterlockedCompareExchange64(LONGLONG volatile *Destination, LONGLONG Exchange, LONGLONG Comperand) {
winbase.h 654 #define InterlockedCompareExchange64 _InterlockedCompareExchange64
743 LONGLONG __cdecl InterlockedCompareExchange64 (LONGLONG volatile *Destination, LONGLONG ExChange, LONGLONG Comperand);
812 } while (InterlockedCompareExchange64 (Destination, Old &Value, Old) != Old);
825 } while (InterlockedCompareExchange64 (Destination, Old | Value, Old) != Old);
838 } while (InterlockedCompareExchange64 (Destination, Old ^ Value, Old) != Old);
897 #define InterlockedCompareExchange64 _InterlockedCompareExchange64
898 #define InterlockedCompareExchangeAcquire64 InterlockedCompareExchange64
899 #define InterlockedCompareExchangeRelease64 InterlockedCompareExchange64
926 LONG64 __cdecl InterlockedCompareExchange64(LONG64 volatile *Destination, LONG64 ExChange, LONG64 Comperand); */
    [all...]
winnt.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
WinNtInclude.h 25 #define InterlockedCompareExchange64 _WINNT_DUP_InterlockedCompareExchange64
61 #undef InterlockedCompareExchange64
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Common/
WinNTInclude.h 40 #define InterlockedCompareExchange64 _WINNT_DUP_InterlockedCompareExchange64
61 #undef InterlockedCompareExchange64
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
Synchronization.c 308 InterlockedCompareExchange64 (
355 return (VOID*)(UINTN)InterlockedCompareExchange64 (
SynchronizationMsc.c 319 InterlockedCompareExchange64 (
366 return (VOID*)(UINTN)InterlockedCompareExchange64 (
SynchronizationGcc.c 347 InterlockedCompareExchange64 (
394 return (VOID*)(UINTN)InterlockedCompareExchange64 (
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/
Synchronization.c 361 InterlockedCompareExchange64 (
409 return (VOID*)(UINTN)InterlockedCompareExchange64 (
SynchronizationGcc.c 377 InterlockedCompareExchange64 (
425 return (VOID*)(UINTN)InterlockedCompareExchange64 (
SynchronizationMsc.c 379 InterlockedCompareExchange64 (
427 return (VOID*)(UINTN)InterlockedCompareExchange64 (
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 364 #define InterlockedCompareExchange64 _InterlockedCompareExchange64
    [all...]

Completed in 589 milliseconds