Searched refs:watchdogIdMapMutex_ (Results 1 – 2 of 2) sorted by relevance
490 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()
314 ffrt::mutex watchdogIdMapMutex_; variable