Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/osl/
Dosl_IpcDispatcher.h44 : m_countDispatchers(countDispatchers) in IpcDispatcherExecutor()
49 for (s32 i = 0; i < m_countDispatchers; ++i) in IpcDispatcherExecutor()
57 : m_countDispatchers(1) in IpcDispatcherExecutor()
70 for (s32 i = 0; i < m_countDispatchers; ++i) in WaitAny()
78 ppObjectsToWait[m_countDispatchers + i] = ppObjects[i]; in WaitAny()
84 … index = nn::os::WaitObject::WaitAny(ppObjectsToWait, m_countDispatchers + countWaitObjects); in WaitAny()
85 if (index < m_countDispatchers) in WaitAny()
96 return index - m_countDispatchers; in WaitAny()
103 s32 m_countDispatchers; variable