Mac OS 9
OTLIFO Struct Reference

#include <OpenTransport.h>

Data Fields

OTLinkfHead
 

Detailed Description

These are functions to implement a LIFO list that is interrupt-safe. The only function which is not is OTReverseList. Normally, you create a LIFO list, populate it at interrupt time, and then use OTLIFOStealList to atomically remove the list, and OTReverseList to flip the list so that it is a FIFO list, which tends to be more useful.


The documentation for this struct was generated from the following file: