Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dsend_task_scheduler.cpp69 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in AddSendTaskIntoSchedule()
105 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in ScheduleOutSendTask()
137 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in FinalizeLastScheduleTask()
190 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in DelayTaskByTarget()
210 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in NoDelayTaskByTarget()
231 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in GetTotalTaskCount()
237 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in GetNoDelayTaskCount()
294 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in InvalidSendTask()
319 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in SetSoftBusErrCode()
H A Dframe_retainer.cpp103 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in RetainFrame()
128 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in FetchFramesForSpecificCommunicator()
175 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in PeriodicalSurveillance()
H A Dframe_combiner.cpp66 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in AssembleFrameFragment()
105 std::lock_guard<std::mutex> overallLockGuard(overallMutex_); in PeriodicalSurveillance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dframe_combiner.h68 mutable std::mutex overallMutex_; variable
H A Dframe_retainer.h71 mutable std::mutex overallMutex_; variable
H A Dsend_task_scheduler.h87 mutable std::mutex overallMutex_; variable