Searched refs:cmsWait (Results 1 – 3 of 3) sorted by relevance
155 bool MessageQueue::Peek(Message *pmsg, int cmsWait) { in Peek() argument160 if (!Get(pmsg, cmsWait)) in Peek()167 bool MessageQueue::Get(Message *pmsg, int cmsWait, bool process_io) { in Get() argument179 int cmsTotal = cmsWait; in Get()233 if (cmsWait == kForever) { in Get()249 if (cmsWait != kForever) { in Get()250 if (cmsElapsed >= cmsWait) in Get()
1230 bool PhysicalSocketServer::Wait(int cmsWait, bool process_io) { in Wait() argument1236 if (cmsWait != kForever) { in Wait()1238 tvWait.tv_sec = cmsWait / 1000; in Wait()1239 tvWait.tv_usec = (cmsWait % 1000) * 1000; in Wait()1360 if (cmsWait != kForever) { in Wait()1433 bool PhysicalSocketServer::Wait(int cmsWait, bool process_io) { in Wait() argument1434 int cmsTotal = cmsWait; in Wait()1480 if (cmsWait == kForever) { in Wait()1481 cmsNext = cmsWait; in Wait()1610 if ((cmsWait != kForever) && (cmsElapsed >= cmsWait)) { in Wait()
181 virtual bool Get(Message *pmsg, int cmsWait = kForever,183 virtual bool Peek(Message *pmsg, int cmsWait = 0);