Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_any.h45 std::lock_guard<std::mutex> lock(m_mutex); in Send()
60 std::mutex m_mutex;
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp144 pthread_mutex_t m_mutex; member in OHOS::Media::ServerStreamSource
156 pthread_mutex_init(&m_mutex, nullptr); in ServerStreamSource()
162 pthread_mutex_destroy(&m_mutex); in ~ServerStreamSource()
191 pthread_mutex_lock(&m_mutex); in OnBufferAvailable()
196 pthread_mutex_unlock(&m_mutex); in OnBufferAvailable()
201 pthread_mutex_lock(&m_mutex); in GetAvailableBuffer()
203 pthread_mutex_unlock(&m_mutex); in GetAvailableBuffer()
208 pthread_mutex_unlock(&m_mutex); in GetAvailableBuffer()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/app_network_speed_limit/
H A Dapp_network_speed_limit_service.h59 std::mutex m_mutex; variable
H A Dapp_network_speed_limit_service.cpp107 std::lock_guard<std::mutex> lock(m_mutex); in LimitSpeed()