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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
interlockedapi.h 19 WINBASEAPI LONG WINAPI InterlockedDecrement (LONG volatile *lpAddend);
32 __MINGW_INTRIN_INLINE LONG WINAPI InterlockedDecrement(LONG volatile *lpAddend) {
winbase.h 636 #define InterlockedDecrement _InterlockedDecrement
750 LONG __cdecl InterlockedDecrement (LONG volatile *lpAddend);
878 #define InterlockedDecrement _InterlockedDecrement
879 #define InterlockedDecrementAcquire InterlockedDecrement
880 #define InterlockedDecrementRelease InterlockedDecrement
913 LONG __cdecl InterlockedDecrement(LONG volatile *Addend);
940 #define InterlockedDecrement _InterlockedDecrement
    [all...]
winnt.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
WinNtInclude.h 24 #define InterlockedDecrement _WINNT_DUP_InterlockedDecrement
60 #undef InterlockedDecrement
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Common/
WinNTInclude.h 39 #define InterlockedDecrement _WINNT_DUP_InterlockedDecrement
60 #undef InterlockedDecrement
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
Synchronization.c 249 InterlockedDecrement (
SynchronizationMsc.c 260 InterlockedDecrement (
SynchronizationGcc.c 288 InterlockedDecrement (
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/
Synchronization.c 271 InterlockedDecrement (
SynchronizationGcc.c 287 InterlockedDecrement (
SynchronizationMsc.c 289 InterlockedDecrement (
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 229 #define InterlockedDecrement(Append) __sync_sub_and_fetch(Append, 1)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 276 InterlockedDecrement(
305 #define InterlockedDecrement _InterlockedDecrement
338 #define InterlockedDecrementSizeT(a) InterlockedDecrement((LONG *)a)
351 #define InterlockedDecrement _InterlockedDecrement
    [all...]

Completed in 1234 milliseconds