IOOQLockFIFOQueue


Abstract: A concrete implementation of an IOOutputQueue. This object provides a FIFO packet queue to hold the incoming packets provided by the client transmit threads. A mutex lock is used to serialize access to the target's output handler. The mutex lock is local to the queue and there is no serialization performed between calls to the target's output handler, and any other threads that may be running on the target. See IOOutputQueue for additional information.



© 2000 Apple Computer, Inc. — (Last Updated 2/23/2000)