Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h98 std::mutex configReaderMutex_; variable
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp64 std::lock_guard<std::mutex> autolock(configReaderMutex_); in RequestAuth()
335 std::lock_guard<std::mutex> autolock(configReaderMutex_); in Init()
375 std::lock_guard<std::mutex> autolock(configReaderMutex_); in Release()