Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/uds/CTR/
Duds_ScanResultReader.h107 u32 GetCount() const;
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/
Dos_InterCoreLightSemaphore.cpp80 return pInterCoreLightSemaphore->GetCount(); in nnosInterCoreLightSemaphoreGetCount()
Dos_LightSemaphore.cpp79 return pLightSemaphore->GetCount(); in nnosLightSemaphoreGetCount()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/boss/
Dboss_Task.h126 u32 GetCount(void);
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/
Dos_LightSemaphore.h193 s32 GetCount() const { return *m_Counter; } in GetCount() function
Dos_InterCoreLightSemaphore.h194 s32 GetCount() const { return *m_Counter; } in GetCount() function