Searched refs:sNumReplyPorts (Results 1 – 2 of 2) sorted by relevance
602 enum { sNumReplyPorts = 3 }; enumerator603 static port_id sReplyPorts[sNumReplyPorts];604 static int32 sReplyPortInUse[sNumReplyPorts];
81 port_id BMessage::sReplyPorts[sNumReplyPorts];82 int32 BMessage::sReplyPortInUse[sNumReplyPorts];2115 for (int32 i = 0; i < sNumReplyPorts; i++) { in _StaticGetCachedReplyPort()2299 assert(cachedReplyPort < sNumReplyPorts); in _SendMessage()