Searched refs:needsReply (Results 1 – 4 of 4) sorted by relevance
107 LinkSender::EndMessage(bool needsReply) in EndMessage() argument115 if (needsReply) in EndMessage()116 header->flags |= needsReply; in EndMessage()296 LinkSender::Flush(bigtime_t timeout, bool needsReply) in Flush() argument301 EndMessage(needsReply); in Flush()
32 status_t EndMessage(bool needsReply = false);34 status_t Flush(bigtime_t timeout = B_INFINITE_TIMEOUT, bool needsReply = false);
54 bool needsReply = false);151 ServerLink::Flush(bigtime_t timeout, bool needsReply) in Flush() argument153 return fSender->Flush(timeout, needsReply); in Flush()
403 bool needsReply = true; in _HandleShutDown() local412 needsReply = false; in _HandleShutDown()421 if (needsReply) in _HandleShutDown()