Searched refs:nnHandle (Results 1 – 4 of 4) sorted by relevance
31 typedef struct nnHandle struct35 nnHandle; argument37 extern const nnHandle NN_INVALID_HANDLE_VALUE;60 Handle(nnHandle handle) : m_Handle(handle.value) in Handle()83 operator nnHandle() const { nnHandle handle = {this->m_Handle}; return handle; } in nnHandle() function91 const nnHandle PSEUDO_HANDLE_CURRENT_THREAD = {0xFFFF8000};92 const nnHandle PSEUDO_HANDLE_CURRENT_PROCESS = {0xFFFF8001};93 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};
33 static nnHandle s_Handle;