| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_HandleManager.cpp | 23 void nnosHandleManagerAttachEventHandle(nnosEvent* p, nnHandle handle) in nnosHandleManagerAttachEventHandle() 35 void nnosHandleManagerAttachMutexHandle(nnosMutex* p, nnHandle handle) in nnosHandleManagerAttachMutexHandle() 47 void nnosHandleManagerAttachSemaphoreHandle(nnosSemaphore* p, nnHandle handle) in nnosHandleManagerAttachSemaphoreHandle() 59 void nnosHandleManagerAttachTimerHandle(nnosTimer* p, nnHandle handle) in nnosHandleManagerAttachTimerHandle() 72 void nnosHandleManagerAttachSharedMemoryHandle(nnosSharedMemoryBlock* p, nnHandle handle) in nnosHandleManagerAttachSharedMemoryHandle()
|
| D | os_TransferMemoryBlock.cpp | 62 Handle handle; in TryInitialize() local 85 Handle handle, in AttachAndMap()
|
| D | os_SharedMemory.cpp | 114 Handle handle; in TryInitialize() local 132 Result SharedMemoryBlock::AttachAndMap(Handle handle, size_t size, bool readOnly) in AttachAndMap()
|
| D | os_Thread.cpp | 260 Handle handle; in TryInitializeAndStartImpl() local 325 Handle handle; in Thread() local
|
| /CTR-SDK-4.2.5/include/nn/ |
| D | Handle.h | 60 Handle(nnHandle handle) : m_Handle(handle.value) in Handle() 64 explicit Handle(bit32 handle) in Handle() 83 operator nnHandle() const { nnHandle handle = {this->m_Handle}; return handle; } in nnHandle() local
|
| /CTR-SDK-4.2.5/include/nn/fslow/ |
| D | fslow_SafeHandle.h | 270 …bool HasHandle(const SafeHandle& handle) const { return IsInitialized() && (handle == m_Han… in HasHandle() 302 void* LockHandle(SafeHandle handle) in LockHandle() 308 void UnlockHandle(SafeHandle handle) { return UnlockEntry(FindEntry(handle)); } in UnlockHandle() 321 Accessor(SafeHandleTable& table, SafeHandle handle) in Accessor() 376 void Unregister(SafeHandle handle) in Unregister() 381 TObject* LockHandle(SafeHandle handle) in LockHandle() 386 void UnlockHandle(SafeHandle handle) in UnlockHandle() 391 bool HasHandle(SafeHandle handle) in HasHandle() 400 Entry* FindEntry(Handle handle) const { return m_Table.FindEntry(handle); } in FindEntry() 407 …Accessor(SafeArchiveHandleTable& table, Handle handle) : SafeHandleTable::Accessor(table.m_Table, … in Accessor()
|
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_BufferManager.h | 59 void Register(CacheHandle handle, nn::fnd::MemoryRange memoryRange) in Register() 74 bool HasHandle(CacheHandle handle) in HasHandle() 89 Entry* FindEntry(CacheHandle handle) in FindEntry() 131 CacheHandle handle = PublishCacheHandle(); in Register() local 143 bool Unregister(nn::fnd::MemoryRange* pOut, CacheHandle handle) in Unregister() 213 bool AcquireCache(nn::fnd::MemoryRange* pOut, CacheHandle handle) in AcquireCache()
|
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_HandleObject.h | 135 inline void HandleObject::SetHandle(nn::Handle handle) in SetHandle()
|
| D | os_Mutex.h | 198 Handle handle; in TryInitializeImpl() local
|
| D | os_Semaphore.h | 172 Handle handle; in TryInitializeImpl() local
|
| D | os_Timer.h | 193 Handle handle; in TryInitializeImpl() local
|
| D | os_Event.h | 63 Handle handle; in TryInitializeImpl() local
|
| D | os_Synchronization.h | 159 Handle handle = GetHandle(); in WaitOneImpl() local
|
| /CTR-SDK-4.2.5/sources/libraries/fslow/ |
| D | fslow_SafeHandle.cpp | 301 void SafeHandleTable::Unregister(SafeHandle handle) in Unregister() 354 bool SafeHandleTable::LockEntry(SafeHandleTableEntry* pEntry, SafeHandle handle) in LockEntry()
|
| /CTR-SDK-4.2.5/include/nn/fs/CTR/MPCore/ |
| D | fs_FileBase.h | 89 void OpenDirect(Handle handle) in OpenDirect() 113 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
|
| D | fs_DirectoryBase.h | 41 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
|
| /CTR-SDK-4.2.5/include/nn/applet/CTR/ |
| D | applet_API.h | 262 …ttachTransferMemoryHandle( os::TransferMemoryBlock* transferMemory, nn::Handle handle, size_t size… in AttachTransferMemoryHandle()
|
| /CTR-SDK-4.2.5/include/nn/fs/ |
| D | fs_FileBase.h | 71 void OpenDirect(Handle handle) in OpenDirect()
|
| /CTR-SDK-4.2.5/sources/libraries/fnd/detail/ |
| D | fnd_DetailHeap.cpp | 103 IsValidHeapHandle(ConstHeap handle) in IsValidHeapHandle()
|