Home
last modified time | relevance | path

Searched refs:pauseCount_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Ddelay_notify.cpp20 DelayNotify::DelayNotify() : pauseCount_(0), task_(nullptr), pool_(nullptr) in DelayNotify()
172 pauseCount_.fetch_add(1, std::memory_order_relaxed); in Pause()
177 pauseCount_.fetch_sub(1, std::memory_order_relaxed); in Resume()
178 if (pauseCount_.load() == 0) { in Resume()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Ddelay_notify.h46 std::atomic_int32_t pauseCount_; member in OHOS::NativeRdb::DelayNotify

Completed in 1 milliseconds