Home
last modified time | relevance | path

Searched refs:writeMutex_ (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dring_buffer.h46 OSAL::ScopedLock lck(writeMutex_); in ReadBuffer()
79 OSAL::ScopedLock lck(writeMutex_); in WriteBuffer()
105 OSAL::ScopedLock lck(writeMutex_); in SetActive()
133 OSAL::ScopedLock lck(writeMutex_); in Clear()
141 OSAL::ScopedLock lck(writeMutex_); in Seek()
157 OSAL::Mutex writeMutex_ {};
/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dring_buffer.h46 AutoLock lck(writeMutex_); in ReadBuffer()
79 AutoLock lck(writeMutex_); in WriteBuffer()
105 AutoLock lck(writeMutex_); in SetActive()
119 AutoLock lck(writeMutex_); in SetReadBlocking()
152 AutoLock lck(writeMutex_); in Clear()
161 AutoLock lck(writeMutex_); in SetTail()
172 AutoLock lck(writeMutex_); in Seek()
205 AutoLock lck(writeMutex_); in SetHead()
222 Mutex writeMutex_ {};
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_connection.cpp49 std::lock_guard<std::mutex> lock(writeMutex_); in Get()
78 std::lock_guard<std::mutex> lock(writeMutex_); in Put()
109 std::lock_guard<std::mutex> lock(writeMutex_); in Delete()
135 std::lock_guard<std::mutex> lock(writeMutex_); in Clear()
162 std::lock_guard<std::mutex> lock(writeMutex_); in GetEntries()
191 std::lock_guard<std::mutex> lock(writeMutex_); in PutBatch()
227 std::lock_guard<std::mutex> lock(writeMutex_); in DeleteBatch()
313 std::lock_guard<std::mutex> lock(writeMutex_); in StartTransaction()
325 std::lock_guard<std::mutex> lock(writeMutex_); in Commit()
332 std::lock_guard<std::mutex> lock(writeMutex_); in RollBack()
[all...]
H A Dmulti_ver_natural_store_connection.h119 mutable std::mutex writeMutex_; member in DistributedDB::MultiVerNaturalStoreConnection
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.cpp66 std::scoped_lock initLock(writeMutex_, readMutex_); in InitReadWriteExecutors()
117 std::unique_lock<std::mutex> lock(writeMutex_); in Init()
164 std::unique_lock<std::mutex> lock(writeMutex_); in FindWriteExecutor()
243 std::unique_lock<std::mutex> lock(writeMutex_); in Recycle()
301 std::lock(writeMutex_, readMutex_); in TryToDisable()
302 std::lock_guard<std::mutex> writeLock(writeMutex_, std::adopt_lock); in TryToDisable()
325 std::lock(writeMutex_, readMutex_); in Enable()
326 std::lock_guard<std::mutex> writeLock(writeMutex_, std::adopt_lock); in Enable()
338 std::lock(writeMutex_, readMutex_); in Abort()
339 std::lock_guard<std::mutex> writeLock(writeMutex_, st in Abort()
[all...]
H A Dstorage_engine.h153 std::mutex writeMutex_; member in DistributedDB::StorageEngine
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.h181 std::recursive_mutex writeMutex_ {};
H A Dsocket.cpp332 std::lock_guard<std::recursive_mutex> lk(socketTmp->writeMutex_); in SockRfcFcOn()
672 std::lock_guard<std::recursive_mutex> lck(sock.writeMutex_); in OnSocketReadReady()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_file.cpp44 const std::lock_guard<std::mutex> lgMutex(writeMutex_); in Create()
508 const std::lock_guard<std::mutex> lgMutex(writeMutex_); in GetDataCopy()
568 const std::lock_guard<std::mutex> lgMutex(writeMutex_); in Close()
585 const std::lock_guard<std::mutex> lgMutex(writeMutex_); in WriteTrackData()
H A Drs_profiler_file.h184 std::mutex writeMutex_; member in OHOS::Rosen::final
/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Drenderer_in_client_private.h324 std::mutex writeMutex_; // used for prevent multi thread call write member in OHOS::AudioStandard::RendererInClientInner
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp1447 std::lock_guard<std::mutex>lock(writeMutex_); in FlushAudioStream()
1528 std::lock_guard<std::mutex> lock(writeMutex_); in DrainAudioStream()
1714 std::lock_guard<std::mutex> lock(writeMutex_); in WriteInner()

Completed in 19 milliseconds