Home
last modified time | relevance | path

Searched defs:readableListLock (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/profiling/client/src/
H A DBufferManager.cpp71 std::unique_lock<std::mutex> readableListLock(m_ReadableMutex, std::defer_lock); in Commit() local
129 std::lock_guard<std::mutex> readableListLock(m_ReadableMutex); in Reset() local
142 std::unique_lock<std::mutex> readableListLock(m_ReadableMutex); in GetReadableBuffer() local
H A DFileOnlyProfilingConnection.cpp229 std::unique_lock<std::mutex> readableListLock(m_ReadableMutex); in ForwardPacketToHandlers() local