HomeSort by relevance Sort by last modified time
    Searched refs:InterlockedOr (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 308 #define InterlockedOr _InterlockedOr
348 #define InterlockedOr _InterlockedOr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
winbase.h 874 #ifndef InterlockedOr
875 #define InterlockedOr InterlockedOr_Inline
946 return (BOOLEAN)((InterlockedOr(&Base[Bit/(sizeof(*Base)*8)],tBit)&tBit)!=0);
    [all...]

Completed in 195 milliseconds