Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/
Dos_InterCoreCriticalSection.cpp68 …InterCoreCriticalSection* pInterCoreCriticalSection = reinterpret_cast<InterCoreCriticalSection*>(… in nnosInterCoreCriticalSectionTryInitialize() local
69 Result result = pInterCoreCriticalSection->TryInitialize(); in nnosInterCoreCriticalSectionTryInitialize()
75 …InterCoreCriticalSection* pInterCoreCriticalSection = reinterpret_cast<InterCoreCriticalSection*>(… in nnosInterCoreCriticalSectionEnter() local
76 pInterCoreCriticalSection->Enter(); in nnosInterCoreCriticalSectionEnter()
81 …InterCoreCriticalSection* pInterCoreCriticalSection = reinterpret_cast<InterCoreCriticalSection*>(… in nnosInterCoreCriticalSectionTryEnter() local
82 return pInterCoreCriticalSection->TryEnter(); in nnosInterCoreCriticalSectionTryEnter()
87 …InterCoreCriticalSection* pInterCoreCriticalSection = reinterpret_cast<InterCoreCriticalSection*>(… in nnosInterCoreCriticalSectionLeave() local
88 pInterCoreCriticalSection->Leave(); in nnosInterCoreCriticalSectionLeave()
93 …InterCoreCriticalSection* pInterCoreCriticalSection = reinterpret_cast<InterCoreCriticalSection*>(… in nnosInterCoreCriticalSectionFinalize() local
94 pInterCoreCriticalSection->~InterCoreCriticalSection(); in nnosInterCoreCriticalSectionFinalize()