Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/os/
Dos_ThreadPool.cpp26 inline nn::Handle* ThreadPool::GetWaitHandleBuffer() const in GetWaitHandleBuffer() function in nn::os::ThreadPool
68 GetWaitHandleBuffer()[0] = this->m_WaitEvent.GetHandle(); in StartWaitThread()
167 GetWaitHandleBuffer()[m_WaitingCount + 1] = task->GetWaitObject()->GetHandle(); in WaitThreadFunc()
173 …NN_UTIL_PANIC_IF_FAILED(nn::svc::WaitSynchronization(&n, GetWaitHandleBuffer(), m_WaitingCount + 1… in WaitThreadFunc()
184 GetWaitHandleBuffer()[n] = GetWaitHandleBuffer()[m_WaitingCount]; in WaitThreadFunc()
/CTR-SDK-0.13.2/include/nn/os/
Dos_ThreadPool.h171 nn::Handle* GetWaitHandleBuffer() const;