HomeSort by relevance Sort by last modified time
    Searched defs: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/
winbase.h 874 #ifndef InterlockedOr
875 #define InterlockedOr InterlockedOr_Inline
946 return (BOOLEAN)((InterlockedOr(&Base[Bit/(sizeof(*Base)*8)],tBit)&tBit)!=0);
    [all...]
winnt.h     [all...]