Searched refs:MESSAGE_ENGINE_MAX_DISPATCHER (Results 1 – 2 of 2) sorted by relevance
17 #ifndef MESSAGE_ENGINE_MAX_DISPATCHER18 #define MESSAGE_ENGINE_MAX_DISPATCHER 10 macro
31 #if MESSAGE_ENGINE_MAX_DISPATCHER > UINT8_MAX32 #error Max MESSAGE_ENGINE_MAX_DISPATCHER is UINT8_MAX54 MessageDispatcher *g_dispatchers[MESSAGE_ENGINE_MAX_DISPATCHER] = {0};76 if (dispatcherId >= MESSAGE_ENGINE_MAX_DISPATCHER) { in RefDispatcherInner()113 if (dispatcherId >= MESSAGE_ENGINE_MAX_DISPATCHER) { in RegDispatcher()669 for (i = 0; i < MESSAGE_ENGINE_MAX_DISPATCHER; i++) { in DoShutdownMessageRouter()