Searched refs:pendingReply (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAPConn.cpp609 TIrConnLstnReply* pendingReply = (TIrConnLstnReply*)lsapConn->GetPendConnLstn(); local
610 //check(pendingReply); // TEMP TEMP TEMP -- should track this down
611 if (pendingReply) {
614 if (pendingReply && pendingReply->fEvent == kIrConnectRequestEvent) {
615 pendingReply->fEvent = kIrConnectReplyEvent;
617 else if (pendingReply->fEvent == kIrListenRequestEvent){
618 pendingReply->fEvent = kIrListenReplyEvent;
622 // I.e. this pendingReply == GetCurrentEvent()
623 XASSERT((pendingReply
691 TIrConnLstnReply* pendingReply = (TIrConnLstnReply*)disconnectRequest->fLSAPConn->GetPendConnLstn(); local
843 TIrConnLstnReply* pendingReply = (TIrConnLstnReply*)lsapConn->GetPendConnLstn(); // get it's event local
921 TIrConnLstnReply* pendingReply = (TIrConnLstnReply*)lsapConn->GetPendConnLstn(); // get it's event local
[all...]
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DConnection.cpp502 SecondaryThreadPendingSyncReply pendingReply;
511 m_secondaryThreadPendingSyncReplyMap.add(syncRequestID, &pendingReply);
516 pendingReply.semaphore.wait(currentTime() + (timeout.count() / 1000.0));
525 return WTF::move(pendingReply.replyDecoder);

Completed in 161 milliseconds