Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_InterCoreLightSemaphore.cpp73 return pInterCoreLightSemaphore->GetMax(); in nnosInterCoreLightSemaphoreGetMax()
Dos_LightSemaphore.cpp72 return pLightSemaphore->GetMax(); in nnosLightSemaphoreGetMax()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/os/
Dos_LightSemaphore.h184 s32 GetMax() const { return m_Max; } in GetMax() function
Dos_InterCoreLightSemaphore.h185 s32 GetMax() const { return m_Max; } in GetMax() function