Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/os/
Dos_LightSemaphore.h98 s16 m_Max; variable
155 m_Max = maxCount; in Initialize()
184 s32 GetMax() const { return m_Max; } in GetMax()
Dos_InterCoreLightSemaphore.h99 s16 m_Max; variable
156 m_Max = maxCount; in Initialize()
185 s32 GetMax() const { return m_Max; } in GetMax()
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_InterCoreLightSemaphore.cpp29 updater.max = m_Max; in Release()
Dos_LightSemaphore.cpp29 updater.max = m_Max; in Release()