Searched refs:suspendControlFlag (Results 1 – 1 of 1) sorted by relevance
374 static std::once_flag suspendControlFlag; in getSuspendControl() local375 std::call_once(suspendControlFlag, [](){ in getSuspendControl()