Home
last modified time | relevance | path

Searched refs:locker (Results 1 – 4 of 4) sorted by relevance

/base/telephony/call_manager/utils/include/
Dtimer.h57 std::lock_guard<std::mutex> locker(mutex_); in start()
71 std::unique_lock<std::mutex> locker(mutex_); in stop()
72 timerCond_.wait(locker, [this] { return stopStatus_ == true; }); in stop()
81 std::lock_guard<std::mutex> locker(mutex_); in ThreadExit()
/base/powermgr/thermal_manager/services/native/src/thermal_action/
Dthermal_timer.cpp126 std::lock_guard<std::mutex> locker(mutex_); in Start() local
153 std::unique_lock<std::mutex> locker(mutex_); in Stop() local
154 expiredCond_.wait(locker, [this] { in Stop()
/base/hiviewdfx/hilog/frameworks/libhilog/param/
Dproperties.cpp211 PropertyTypeLocker locker(m_propType); in getValue() local
212 if (locker.isLocked()) { in getValue()
/base/telephony/core_service/frameworks/native/src/
Dresource_utils.cpp357 std::lock_guard<std::mutex> locker(mutex_); in Init() local