Home
last modified time | relevance | path

Searched refs:cmsWait (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dmessagequeue.cc155 bool MessageQueue::Peek(Message *pmsg, int cmsWait) { in Peek() argument
160 if (!Get(pmsg, cmsWait)) in Peek()
167 bool MessageQueue::Get(Message *pmsg, int cmsWait, bool process_io) { in Get() argument
179 int cmsTotal = cmsWait; in Get()
233 if (cmsWait == kForever) { in Get()
249 if (cmsWait != kForever) { in Get()
250 if (cmsElapsed >= cmsWait) in Get()
Dphysicalsocketserver.cc1230 bool PhysicalSocketServer::Wait(int cmsWait, bool process_io) { in Wait() argument
1236 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() argument
1434 int cmsTotal = cmsWait; in Wait()
1480 if (cmsWait == kForever) { in Wait()
1481 cmsNext = cmsWait; in Wait()
1610 if ((cmsWait != kForever) && (cmsElapsed >= cmsWait)) { in Wait()
Dmessagequeue.h181 virtual bool Get(Message *pmsg, int cmsWait = kForever,
183 virtual bool Peek(Message *pmsg, int cmsWait = 0);