Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dnetwork_adapter.cpp125 std::unique_lock<std::mutex> asyncTaskDoneLock(asyncTaskDoneMutex_); in StopAdapter() local
126 asyncTaskDoneCv_.wait(asyncTaskDoneLock, [this] { return pendingAsyncTaskCount_ <= 0; }); in StopAdapter()