Home
last modified time | relevance | path

Searched refs:GetWaitHandleBuffer (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/os/
Dos_ThreadPool.cpp27 inline nn::Handle* ThreadPool::GetWaitHandleBuffer() const in GetWaitHandleBuffer() function in nn::os::ThreadPool
69 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()
/CTR-SDK-0.14.4/include/nn/os/
Dos_ThreadPool.h171 nn::Handle* GetWaitHandleBuffer() const;