Home
last modified time | relevance | path

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

/haiku/headers/os/app/
H A DMessage.h602 enum { sNumReplyPorts = 3 }; enumerator
603 static port_id sReplyPorts[sNumReplyPorts];
604 static int32 sReplyPortInUse[sNumReplyPorts];
/haiku/src/kits/app/
H A DMessage.cpp81 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()