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