SLEEPBITMAP_OR 40 source/common/threadpool.cpp #define SLEEPBITMAP_OR(ptr, mask) __sync_fetch_and_or(ptr, mask) SLEEPBITMAP_OR 46 source/common/threadpool.cpp #define SLEEPBITMAP_OR(ptr, mask) InterlockedOr64((volatile LONG64*)ptr, (LONG)mask) SLEEPBITMAP_OR 55 source/common/threadpool.cpp #define SLEEPBITMAP_OR ATOMIC_OR