Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/net/osl/
Dosl_IpcDispatcher.h43 IpcDispatcherExecutor(IpcDispatcherBase* ppDispatchers[], s32 countDispatchers) in IpcDispatcherExecutor() argument
44 : m_countDispatchers(countDispatchers) in IpcDispatcherExecutor()
46 NN_MIN_ASSERT(countDispatchers, 0); in IpcDispatcherExecutor()
47 NN_MAX_ASSERT(countDispatchers, DISPATCHERS_MAX - 1); in IpcDispatcherExecutor()