Searched refs:nnHandle (Results 1 – 4 of 4) sorted by relevance
53 typedef struct nnHandle struct57 nnHandle; argument59 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() function129 const nnHandle PSEUDO_HANDLE_CURRENT_THREAD = {0xFFFF8000}; //!< カレントスレッドを示す擬似ハンドル130 const nnHandle PSEUDO_HANDLE_CURRENT_PROCESS = {0xFFFF8001}; //!< カレントプロセスを示す擬似ハンドル131 const nnHandle INVALID_HANDLE_VALUE = {0};
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()
25 nnHandle WaitableCounter::s_Handle = {0};
32 static nnHandle s_Handle;