Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp139 std::unique_lock<ffrt::mutex> uniquelock(workingPidsCountMutex_); in IncreaseWorkingPidsCount()
149 std::unique_lock<ffrt::mutex> uniquelock(workingPidsCountMutex_); in DecreaseWorkingPidsCount()
160 std::unique_lock<ffrt::mutex> uniquelock(workingPidsCountMutex_); in IsNeedStartUsingPermission()
172 std::unique_lock<ffrt::mutex> uniquelock(workingPidsCountMutex_); in IsNeedStopUsingPermission()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h103 ffrt::mutex workingPidsCountMutex_; variable