Searched refs:once_flag (Results 1 – 1 of 1) sorted by relevance
72 static std::once_flag once_flag; in InitNvramConfigService() local74 std::call_once(once_flag, [num_instances]() { in InitNvramConfigService()