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