Home
last modified time | relevance | path

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

/external/intel-media-driver/media_driver/agnostic/common/os/
Dmos_graphicsresource.cpp40 m_allocationIndexMutex = MosUtilities::MosCreateMutex(); in GraphicsResource()
41 MOS_OS_CHK_NULL_NO_STATUS_RETURN(m_allocationIndexMutex); in GraphicsResource()
47 MosUtilities::MosDestroyMutex(m_allocationIndexMutex); in ~GraphicsResource()
48 m_allocationIndexMutex = nullptr; in ~GraphicsResource()
163 MosUtilities::MosLockMutex(m_allocationIndexMutex); in GetAllocationIndex()
174 MosUtilities::MosUnlockMutex(m_allocationIndexMutex); in GetAllocationIndex()
181 MosUtilities::MosLockMutex(m_allocationIndexMutex); in ResetResourceAllocationIndex()
183 MosUtilities::MosUnlockMutex(m_allocationIndexMutex); in ResetResourceAllocationIndex()
Dmos_graphicsresource.h546 PMOS_MUTEX m_allocationIndexMutex = nullptr; variable
/external/intel-media-driver/media_softlet/agnostic/common/os/
Dmos_graphicsresource_next.cpp75 m_allocationIndexMutex = MosUtilities::MosCreateMutex(); in GraphicsResourceNext()
76 MOS_OS_CHK_NULL_NO_STATUS_RETURN(m_allocationIndexMutex); in GraphicsResourceNext()
82 MosUtilities::MosDestroyMutex(m_allocationIndexMutex); in ~GraphicsResourceNext()
83 m_allocationIndexMutex = nullptr; in ~GraphicsResourceNext()
201 MosUtilities::MosLockMutex(m_allocationIndexMutex); in GetAllocationIndex()
212 MosUtilities::MosUnlockMutex(m_allocationIndexMutex); in GetAllocationIndex()
219 MosUtilities::MosLockMutex(m_allocationIndexMutex); in ResetResourceAllocationIndex()
221 MosUtilities::MosUnlockMutex(m_allocationIndexMutex); in ResetResourceAllocationIndex()
Dmos_graphicsresource_next.h493 PMOS_MUTEX m_allocationIndexMutex = nullptr; variable