Searched refs:gDisableBackgroundScheduling (Results 1 – 1 of 1) sorted by relevance
285 static std::atomic<bool> gDisableBackgroundScheduling = false; variable346 gDisableBackgroundScheduling.store(disable, std::memory_order_relaxed); in disableBackgroundScheduling()351 return gDisableBackgroundScheduling.load(std::memory_order_relaxed); in backgroundSchedulingDisabled()