Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_sched_data_manager.cpp74 std::lock_guard<ffrt::mutex> lock(activeGroupMapMutex_); in FindGroup()
87 std::lock_guard<ffrt::mutex> lock(activeGroupMapMutex_); in AddGroup()
99 std::lock_guard<ffrt::mutex> lock(activeGroupMapMutex_); in ClearGroup()
109 std::lock_guard<ffrt::mutex> lock(activeGroupMapMutex_); in ClearAllGroup()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_sched_data_manager.h49 ffrt::mutex activeGroupMapMutex_; variable