Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/monitor/client/
H A Dmonitor_client.cpp43 std::lock_guard<std::mutex> threadLock(thredMutex_); in ~MonitorClient()
94 std::lock_guard<std::mutex> threadLock(thredMutex_); in StartClick()
H A Dmonitor_client.h44 std::mutex thredMutex_; variable
/ohos5.0/foundation/multimedia/player_framework/services/services/monitor/server/
H A Dmonitor_server.h65 std::mutex thredMutex_; variable
H A Dmonitor_server.cpp43 std::lock_guard<std::mutex> threadLock(thredMutex_); in ~MonitorServer()
128 std::lock_guard<std::mutex> threadLock(thredMutex_); in EnableMonitor()