Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fslow/
Dfslow_SafeHandle.cpp329 if(pEntryDependOn->IsActivated() && (pEntryDependOn->GetDependencyIndex() == index)) in UnregisterRecursive()
338 GetEntry(pEntry->GetDependencyIndex())->Unlock(); in UnregisterRecursive()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fslow/
Dfslow_SafeHandle.h275 …s32 GetDependencyIndex() const { return HasDependencyIndex() ? m_DependencyIndex : INVALID… in GetDependencyIndex() function