Home
last modified time | relevance | path

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

/haiku/src/kits/app/
H A DLinkSender.cpp107 LinkSender::EndMessage(bool needsReply) in EndMessage() argument
115 if (needsReply) in EndMessage()
116 header->flags |= needsReply; in EndMessage()
296 LinkSender::Flush(bigtime_t timeout, bool needsReply) in Flush() argument
301 EndMessage(needsReply); in Flush()
/haiku/headers/private/app/
H A DLinkSender.h32 status_t EndMessage(bool needsReply = false);
34 status_t Flush(bigtime_t timeout = B_INFINITE_TIMEOUT, bool needsReply = false);
H A DServerLink.h54 bool needsReply = false);
151 ServerLink::Flush(bigtime_t timeout, bool needsReply) in Flush() argument
153 return fSender->Flush(timeout, needsReply); in Flush()
/haiku/src/servers/registrar/
H A DRegistrar.cpp403 bool needsReply = true; in _HandleShutDown() local
412 needsReply = false; in _HandleShutDown()
421 if (needsReply) in _HandleShutDown()