Home
last modified time | relevance | path

Searched refs:once_flag (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dnvram_config.cpp72 static std::once_flag once_flag; in InitNvramConfigService() local
74 std::call_once(once_flag, [num_instances]() { in InitNvramConfigService()