Home
last modified time | relevance | path

Searched refs:stackLock_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/device/
H A Ddevice_info_repository.cpp38 std::lock_guard<std::recursive_mutex> guard(stackLock_); in ListDeviceInfo()
54 std::lock_guard<std::recursive_mutex> guard(stackLock_); in FindDeviceInfo()
126 std::lock_guard<std::recursive_mutex> guard(stackLock_); in DeleteAllDeviceInfoExceptOne()
149 std::lock_guard<std::recursive_mutex> guard(stackLock_); in SaveDeviceInfo()
174 std::lock_guard<std::recursive_mutex> guard(stackLock_); in DeleteDeviceInfo()
192 std::lock_guard<std::recursive_mutex> guard(stackLock_); in Clear()
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp184 GraphicLocker lock(stackLock_); in Show()
194 GraphicLocker lock(stackLock_); in Hide()
204 GraphicLocker lock(stackLock_); in RaiseToTop()
223 GraphicLocker lock(stackLock_); in LowerToBottom()
242 GraphicLocker lock(stackLock_); in MoveTo()
251 GraphicLocker lock(stackLock_); in Resize()
330 GraphicLocker lock(stackLock_); in CreateWindow()
349 GraphicLocker lock(stackLock_); in RemoveWindow()
454 GraphicLocker lock(stackLock_); in AddUpdateRegion()
483 GraphicLocker lock(stackLock_); in ProcessUpdates()
[all …]
H A Dlite_wm.h135 pthread_mutex_t stackLock_; variable
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/device/
H A Ddevice_info_repository.h72 std::recursive_mutex stackLock_; variable