Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp755 static std::once_flag loadOnceFlag; in LoadGrdLib() local
756 std::call_once(loadOnceFlag, []() { in LoadGrdLib()