Searched refs:pInterCoreCriticalSection (Results 1 – 1 of 1) sorted by relevance
68 …InterCoreCriticalSection* pInterCoreCriticalSection = reinterpret_cast<InterCoreCriticalSection*>(… in nnosInterCoreCriticalSectionTryInitialize() local69 Result result = pInterCoreCriticalSection->TryInitialize(); in nnosInterCoreCriticalSectionTryInitialize()75 …InterCoreCriticalSection* pInterCoreCriticalSection = reinterpret_cast<InterCoreCriticalSection*>(… in nnosInterCoreCriticalSectionEnter() local76 pInterCoreCriticalSection->Enter(); in nnosInterCoreCriticalSectionEnter()81 …InterCoreCriticalSection* pInterCoreCriticalSection = reinterpret_cast<InterCoreCriticalSection*>(… in nnosInterCoreCriticalSectionTryEnter() local82 return pInterCoreCriticalSection->TryEnter(); in nnosInterCoreCriticalSectionTryEnter()87 …InterCoreCriticalSection* pInterCoreCriticalSection = reinterpret_cast<InterCoreCriticalSection*>(… in nnosInterCoreCriticalSectionLeave() local88 pInterCoreCriticalSection->Leave(); in nnosInterCoreCriticalSectionLeave()93 …InterCoreCriticalSection* pInterCoreCriticalSection = reinterpret_cast<InterCoreCriticalSection*>(… in nnosInterCoreCriticalSectionFinalize() local94 pInterCoreCriticalSection->~InterCoreCriticalSection(); in nnosInterCoreCriticalSectionFinalize()