Home
last modified time | relevance | path

Searched refs:countLock_ (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dapp_state_observer.h60 std::mutex countLock_; member in OHOS::DistributedSchedule::AppStateObserver
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dapp_state_observer.cpp42 std::lock_guard<std::mutex> autoLock(countLock_); in OnAbilityStateChanged()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_thread_pool_test.cpp51 std::lock_guard<std::mutex> autoLock(countLock_); in AddCount()
58 std::lock_guard<std::mutex> autoLock(countLock_); in DecCount()
66 std::unique_lock<std::mutex> uniqueLock(countLock_); in SafeExit()
72 std::mutex countLock_; member in __anon8169::DistributedDBThreadPoolTest::TimerWatcher

Completed in 2 milliseconds