Searched refs:m_allocationIndexMutex (Results 1 – 4 of 4) sorted by relevance
40 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()
546 PMOS_MUTEX m_allocationIndexMutex = nullptr; variable
75 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()
493 PMOS_MUTEX m_allocationIndexMutex = nullptr; variable