Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dservice_router_mgr_service.h111 std::mutex delayTaskMutex_; variable
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dservice_router_mgr_service.cpp90 std::lock_guard<std::mutex> lock(delayTaskMutex_); in DelayUnloadTask()