Searched refs:GetWaitHandleBuffer (Results 1 – 2 of 2) sorted by relevance
27 inline nn::Handle* ThreadPool::GetWaitHandleBuffer() const in GetWaitHandleBuffer() function in nn::os::ThreadPool69 GetWaitHandleBuffer()[0] = this->m_WaitEvent.GetHandle(); in StartWaitThread()168 GetWaitHandleBuffer()[m_WaitingCount + 1] = task->GetWaitObject()->GetHandle(); in WaitThreadFunc()174 …NN_ERR_THROW_FATAL(nn::svc::WaitSynchronization(&n, GetWaitHandleBuffer(), m_WaitingCount + 1, fal… in WaitThreadFunc()185 GetWaitHandleBuffer()[n] = GetWaitHandleBuffer()[m_WaitingCount]; in WaitThreadFunc()
171 nn::Handle* GetWaitHandleBuffer() const;