Home
last modified time | relevance | path

Searched defs:threadLock (Results 1 – 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/hardware_thread/
Drs_realtime_refresh_rate_manager.cpp36 std::unique_lock<std::mutex> threadLock(threadMutex_); in SetShowRefreshRateEnabled() local
111 std::unique_lock<std::mutex> threadLock(threadMutex_); in GetRealtimeRefreshRate() local
/foundation/multimedia/player_framework/services/services/monitor/client/
Dmonitor_client.cpp43 std::lock_guard<std::mutex> threadLock(thredMutex_); in ~MonitorClient() local
94 std::lock_guard<std::mutex> threadLock(thredMutex_); in StartClick() local
/foundation/multimedia/player_framework/services/services/monitor/server/
Dmonitor_server.cpp43 std::lock_guard<std::mutex> threadLock(thredMutex_); in ~MonitorServer() local
128 std::lock_guard<std::mutex> threadLock(thredMutex_); in EnableMonitor() local
/foundation/multimedia/audio_framework/frameworks/native/examples/
Dpa_stream_test.cpp327 std::unique_lock<std::mutex> threadLock(enableWriteThreadLock_); in WriteDataWorker() local
536 std::unique_lock<std::mutex> threadLock(enableReadThreadLock_); in ReadDataWorker() local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter_new/sink/
Dremote_audio_render_sink.cpp143 std::lock_guard<std::mutex> threadLock(threadMutex_); in Start() local