Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_global.cpp59 SpinLock handleMutex_ {}; member in __anoncd7c589d0110::GlobalManager
60 std::vector<uintptr_t> handlesToDispose_ __attribute__((guarded_by(handleMutex_))) {};
76 manager->handleMutex_.Acquire(); in AsyncDisposer()
79 manager->handleMutex_.Release(); in AsyncDisposer()
94 manager->handleMutex_.Acquire(); in Dispose()
99 manager->handleMutex_.Release(); in Dispose()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Ddb_status_adapter.h53 mutable std::mutex handleMutex_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Ddb_status_adapter.cpp34 std::lock_guard<std::mutex> autoLock(handleMutex_); in SetDBInfoHandle()
238 std::lock_guard<std::mutex> autoLock(handleMutex_); in GetDBInfoHandle()