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

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttp3.cpp56 TTinyTP::AppendTail(QHdr *qhdr, TTPMsg msg, int r, TTPBuf *buf) argument
60 require(qhdr, Fail);
63 if (qhdr == &RxQueue) XTRACE(kAppendTail, 1, msg);
64 else if (qhdr == &TxQueue) XTRACE(kAppendTail, 2, msg);
82 Enqueue((QElem *)tq, qhdr); // put it on the real queue
84 XTRACE(kAppendTail, 3, queueDepth(qhdr));

Completed in 64 milliseconds