Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fslow/
Dfslow_SafeHandle.cpp271 if(!GetEntry(dependencyIndex)->Lock()) in Register()
315 SafeHandleTableEntry* pEntry = GetEntry(index); in UnregisterRecursive()
328 pEntryDependOn = GetEntry(i); in UnregisterRecursive()
338 GetEntry(pEntry->GetDependencyIndex())->Unlock(); in UnregisterRecursive()
414 SafeHandleTableEntry* pEntry = GetEntry(handle.GetFixedValue()); in FindEntry()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fslow/
Dfslow_SafeHandle.h345 SafeHandleTableEntry* GetEntry(s32 index) const in GetEntry() function