Searched defs:cmsWait (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.cc157 bool MessageQueue::Peek(Message *pmsg, int cmsWait) { argument
162 if (!Get(pmsg, cmsWait))
169 bool MessageQueue::Get(Message *pmsg, int cmsWait, bool process_io) { argument
181 int cmsTotal = cmsWait;
244 if (cmsWait == kForever) {
260 if (cmsWait != kForever) {
261 if (cmsElapsed >= cmsWait)
H A Dvirtualsocketserver.cc617 bool VirtualSocketServer::Wait(int cmsWait, bool process_io) { argument
622 return socketserver()->Wait(cmsWait, process_io);

Completed in 88 milliseconds