Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.cpp145 timeDriverLockCount_(0), in TimeSync()
224 timeDriverCond_.wait(lock, [this]() { return this->timeDriverLockCount_ == 0; }); in Finalize()
508 this->timeDriverLockCount_--; in TimeSyncDriver()
515 timeDriverLockCount_++; in TimeSyncDriver()
H A Dtime_sync.h166 int timeDriverLockCount_; variable