Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/data_sync/
H A Dtask_state_manager.cpp94 std::lock_guard<ffrt::mutex> lock(unloadTaskMutex_); in CancelUnloadTask()
119 std::lock_guard<ffrt::mutex> lock(unloadTaskMutex_); in DelayUnloadTask()
140 std::lock_guard<ffrt::mutex> lock(unloadTaskMutex_); in DelayUnloadTask()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dtask_state_manager.h54 ffrt::mutex unloadTaskMutex_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_host.h225 std::mutex unloadTaskMutex_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp228 std::lock_guard<std::mutex> lock(unloadTaskMutex_); in InitEventHandler()
930 std::lock_guard<std::mutex> lock(unloadTaskMutex_); in RemoveCloseInstalldTask()
936 std::lock_guard<std::mutex> lock(unloadTaskMutex_); in AddCloseInstalldTask()