Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 19 of 19) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_HandleManager.cpp23 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()
Dos_TransferMemoryBlock.cpp62 Handle handle; in TryInitialize() local
85 Handle handle, in AttachAndMap()
Dos_SharedMemory.cpp114 Handle handle; in TryInitialize() local
132 Result SharedMemoryBlock::AttachAndMap(Handle handle, size_t size, bool readOnly) in AttachAndMap()
Dos_Thread.cpp260 Handle handle; in TryInitializeAndStartImpl() local
325 Handle handle; in Thread() local
/CTR-SDK-4.2.5/include/nn/
DHandle.h60 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/
Dfslow_SafeHandle.h270 …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/
Dfnd_BufferManager.h59 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/
Dos_HandleObject.h135 inline void HandleObject::SetHandle(nn::Handle handle) in SetHandle()
Dos_Mutex.h198 Handle handle; in TryInitializeImpl() local
Dos_Semaphore.h172 Handle handle; in TryInitializeImpl() local
Dos_Timer.h193 Handle handle; in TryInitializeImpl() local
Dos_Event.h63 Handle handle; in TryInitializeImpl() local
Dos_Synchronization.h159 Handle handle = GetHandle(); in WaitOneImpl() local
/CTR-SDK-4.2.5/sources/libraries/fslow/
Dfslow_SafeHandle.cpp301 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/
Dfs_FileBase.h89 void OpenDirect(Handle handle) in OpenDirect()
113 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
Dfs_DirectoryBase.h41 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
/CTR-SDK-4.2.5/include/nn/applet/CTR/
Dapplet_API.h262 …ttachTransferMemoryHandle( os::TransferMemoryBlock* transferMemory, nn::Handle handle, size_t size… in AttachTransferMemoryHandle()
/CTR-SDK-4.2.5/include/nn/fs/
Dfs_FileBase.h71 void OpenDirect(Handle handle) in OpenDirect()
/CTR-SDK-4.2.5/sources/libraries/fnd/detail/
Dfnd_DetailHeap.cpp103 IsValidHeapHandle(ConstHeap handle) in IsValidHeapHandle()