Home
last modified time | relevance | path

Searched refs:nnHandle (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.14.4/include/nn/
DHandle.h53 typedef struct nnHandle struct
57 nnHandle; argument
59 extern const nnHandle NN_INVALID_HANDLE_VALUE;
88 Handle(nnHandle handle) : m_Handle(handle.value) in Handle()
121 operator nnHandle() const { nnHandle handle = {this->m_Handle}; return handle; } in nnHandle() function
129 const nnHandle PSEUDO_HANDLE_CURRENT_THREAD = {0xFFFF8000}; //!< カレントスレッドを示す擬似ハンドル
130 const nnHandle PSEUDO_HANDLE_CURRENT_PROCESS = {0xFFFF8001}; //!< カレントプロセスを示す擬似ハンドル
131 const nnHandle INVALID_HANDLE_VALUE = {0};
/CTR-SDK-0.14.4/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_WaitableCounter.cpp25 nnHandle WaitableCounter::s_Handle = {0};
/CTR-SDK-0.14.4/include/nn/os/
Dos_WaitableCounter.h44 static nnHandle s_Handle;