Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp490 std::lock_guard<ffrt::mutex> lock(watchdogIdMapMutex_); in AddWatchdogForWork()
518 std::lock_guard<ffrt::mutex> lock(watchdogIdMapMutex_); in WatchdogTimeOut()
524 std::lock_guard<ffrt::mutex> lock(watchdogIdMapMutex_); in GetWorkFromWatchdog()
749 std::lock_guard<ffrt::mutex> lock(watchdogIdMapMutex_); in PauseRunningWorks()
791 std::lock_guard<ffrt::mutex> lock(watchdogIdMapMutex_); in ResumePausedWorks()
825 std::lock_guard<ffrt::mutex> lock(watchdogIdMapMutex_); in RemoveWatchDog()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h314 ffrt::mutex watchdogIdMapMutex_; variable